Feeds
提问
In an assignment A(I) = B, the number of elements in B and I must be the same.
t=0 : dt : tmax; mpts=length(t); for i=1:mpts if (t>=0) & (t<=t1) rd(i)=a1*t.^3+b1*t.^2; ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Error using plot, vectors must be of the same length
I know this basically means that the two outputs are of different vector lengths so cant be plotted against each other, however ...
10 years 前 | 2 个回答 | 0
