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 years 前 | 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 years 前 | 1 个回答 | 0