Truss Element (2D)
Version 1.0.1 (1.11 KB) by
Ayad Al-Rumaithi
Stiffness matrix of truss element in 2D
This function finds the stiffness matrix of truss element in 2D.
function [k]=truss_stiffness(E,A,L,theta)
Input:
E: Modulus of Elasticity
A: Section Area
L: Length
theta: Orientation Angle
Output:
k: Stiffness Matrix
Cite As
Ayad Al-Rumaithi (2024). Truss Element (2D) (https://www.mathworks.com/matlabcentral/fileexchange/158531-truss-element-2d), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2017b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.