Feeds
질문
Finding zero without interp1.
a=[8000]; for x=2:25 a(x)=[(0.97*a(end))-((250*(x-1)/x))]; end z=1:25; plot(z,a) table(z', a') I have two questions ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Save the values in if-else
Hey. Just starting with matlab here. Any help would be greatly appreciated. Please include some links to learn more on my mista...
거의 4년 전 | 답변 수: 1 | 0
