Matlab 2D Truss program
이전 댓글 표시
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
darova
2020년 3월 4일
What about index?
disp(T(8))
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Structural Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!