Feeds
질문
at which piont i have the minimum value
hello, if i have i= pi/2:pi/4:pi; z = sin(i) t = max(z) the matlab will give me z = [1,0.707106781186548,1...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Minimum value of loop
if i have loop, for example >> for i=1:3 a=i+2 end the MATLAB will give me a= 3,4,5 The question is: how to make matlab...
거의 7년 전 | 답변 수: 1 | 0
