Truss Element (2D)

Stiffness matrix of truss element in 2D
13 téléchargements
Mise à jour 26 sept. 2024

Afficher la licence

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

Citation pour cette source

Ayad Al-Rumaithi (2025). Truss Element (2D) (https://www.mathworks.com/matlabcentral/fileexchange/158531-truss-element-2d), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.1

Added website.

1.0.0