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 years 前 | 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 years 前 | 1 个回答 | 0
