Feeds
已回答
can we call a script from another script or only functions can be called?
x=input('is your program 2D or 3D? (input: 2 or 3) \n'); if x==2 disp('Running 2D Truss Codes') Truss_2D; elseif x=...
can we call a script from another script or only functions can be called?
x=input('is your program 2D or 3D? (input: 2 or 3) \n'); if x==2 disp('Running 2D Truss Codes') Truss_2D; elseif x=...
5 years 前 | 0
