Beam Element (2D)
Versione 1.0.1 (1,23 KB) da
Ayad Al-Rumaithi
Stiffness matrix of beam element in 2D
This function finds the stiffness matrix of beam element (frame element) in 2D.
function k=beam_stiffness(E,I,A,L,theta)
Input:
E: Modulus of Elasticity
I: Moment of Inertia
A: Section Area
L: Length
theta: Orientation Angle
Output:
k: Stiffness Matrix
Cita come
Ayad Al-Rumaithi (2024). Beam Element (2D) (https://www.mathworks.com/matlabcentral/fileexchange/158521-beam-element-2d), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.