The steps of solving the truss by the stiffness method:
- Numbering of nodes and elements
- Specifying the length of each element
- Obtaining sin and cosz
- Forming the stiffness matrix of each member
- Forming the total stiffness matrix
- Writing the relationship F = K U in matrix form
- Removing rows and columns that can be removed from the above matrix
- Solve the above matrix and get U or displacements
- Obtaining the stress in each member
- Obtaining support reactions
To use this code, just add the specifications of the truss you want to the Excel file and run the Truss2DD.m file.
Program outputs include:
- Stiffness matrix
- load vector
- Displacement
- Stress
- Reaction
- Truss Shape(black)
- ِDeformed Shape(red)
Outputs for 4Bar-Truss:
load =
0
0
2000
0
0
-25000
0
0
JointDisp =
0
0
0.0027
0
0.0056
-0.0222
0
0
Stress =
1.0e+04 *
0.2000
-2.1875
-0.5208
0.4167
Reaction =
1.0e+04 *
0.2167
0.3125
0.2000
2.1875
0.0000
-2.5000
-0.4167
0
인용 양식
Mehdi Ghasri (2025). Solving Two-Dimensional Truss with MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/123260-solving-two-dimensional-truss-with-matlab), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
