Global Stiffness Matrix Assembly

Generates global stiffness matrix from elements stiffness matrices
ダウンロード: 834
更新 2024/9/15

ライセンスの表示

function K=Matrix_Assembly(Elements)
Input:
---------
Elements: a structure contains Elements{i}.K and Elements{i}.DOFs (Stiffness and Degrees of freedoms of the ith element).
output:
---------
K: Sparse global stiffness matrix

引用

Ayad Al-Rumaithi (2024). Global Stiffness Matrix Assembly (https://www.mathworks.com/matlabcentral/fileexchange/70446-global-stiffness-matrix-assembly), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOperating on Diagonal Matrices についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.1

Added Website

1.0.0