Feeds
질문
How to plot this for loop?
for i=0:0.01:1; CompMod=(Gmodulus*i)+(Emodulus*(1-i)); end plot(i,CompMod) How do I plot this simple code? Gmod and...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot the values found in a for loop?
I have the following code for g=((-3*pi())/2):0.1:0 Ebca=X*(Ex*cos((pi()/6)+g)^2+Ey*sin((pi()/6)+g)^2+Gamxy*sin((pi()/6)+g)*...
5년 초과 전 | 답변 수: 1 | 0