Community Profile

photo

Nick Kavouris


Last seen: 2 years ago Active since 2020

Statistics

Content Feed

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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)*...

3 years ago | 1 answer | 0

1

answer