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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
