Matlab 2D Truss program
Show older comments
Is there a way I can pull out this information for a specific member? For example, I would like to know the value of T for member 8 (NOM=number of members)
1 Comment
darova
on 4 Mar 2020
What about index?
disp(T(8))
Answers (0)
Categories
Find more on Structural Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!