Matlab 2D Truss program
Afficher commentaires plus anciens
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 commentaire
darova
le 4 Mar 2020
What about index?
disp(T(8))
Réponses (0)
Catégories
En savoir plus sur Structural Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!