Feeds
질문
Displaying different digits in matrix.
Current code : clc clear theta=[50 60 70 80]; thetarad=theta*pi/180; v=[10 12 14 16 18 20]; h=((v.^2)'*(sin(thetarad)).^...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
I need help using for and if for plotting a function.
clc clear for e= 0:0.02/1071:0.02 if (e<0.01) s(e)=100*e elseif (e>0.01) s(e)=75.3*e end e...
6년 초과 전 | 답변 수: 1 | 0
