Matlab 2D Truss program
Mostrar comentarios más antiguos
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 comentario
darova
el 4 de Mzo. de 2020
What about index?
disp(T(8))
Respuestas (0)
Categorías
Más información sobre Structural Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!