photo

Tianju Huang


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Matlab for loop plotting, how to join all the points. Please help
<</matlabcentral/answers/uploaded_files/57531/Capture.PNG>> for le = les:100:len E = 200000; fex = (pi^2*E)/((le/rx)^2); ...

8 years ago | 0 answers | 0

0

answers

Question


Matlab for loop plotting, how to join all the points. Please help
E = 200000; fex = (pi^2*E)/((le/rx)^2); fey = (pi^2*E)/((le/ry)^2); fe = min(fex,fey); if fy/fe <= 2.25 fcr = (0.658^(...

8 years ago | 0 answers | 0

0

answers

Question


matlab not plotting in for loop, plz help.
for le = les:100:len t=max(tf,tw); if t <=16 f = 0.9*fy; elseif 16 < t <= 35 f = 0.85*fy; elseif 35 < t <= 50 ...

8 years ago | 1 answer | 0

1

answer