Feeds
질문
gives error index exceeds the number of array elements (33).
E=input('Enter E: '); t=0:.01:2*pi; G=64000; while(E==0 || E== 1 || E == -1) if E==0 r=G*t/2; elseif E==-1 r=G.*(cosh(t)-...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Array indicates must be positive integers or logical values
%question 3 clf t= 0:0.01:2; y3= 8*sin(20*pi*t)+8*sin(22*pi*t); plot(t,y3) xlabel('t') ylabel('y3') %question 4 cl...
거의 6년 전 | 답변 수: 3 | 0