Calculating EigenVectors from Mode Shapes

Hello,
I want to plot eigen vectors and mode shapes of a Timoschenko beam. I already have solved the system using finite element methods and generated stiffness, mass and damping matrices.
I am attaching them as files. I calculated natural frequencies using this equation
de = sqrt(eigs(Stiffness_Global,Mass_Global,12,'smallestabs'))/((2*pi));
and the result I got is this:
Now, how can I calculate mode shapes of these frequencies and plot them..?
I tried using this equation
[V,D] = eigs(Stiffness_Global,Mass_Global,12,'smallestabs')
but the results, I cannot understand them
Does anyone know..?

回答 (1 件)

KSSV
KSSV 2020 年 6 月 24 日

0 投票

2 件のコメント

Chris Dan
Chris Dan 2020 年 6 月 24 日
I read it, but I cannot understand how he did it....
KSSV
KSSV 2020 年 6 月 24 日
Check the PlotModeShapes function in that.
Your eigenvector is V. You have degrees of freedom in an order, pick the dof which corresponds to deflection/ displacement and use plot.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

質問済み:

2020 年 6 月 24 日

コメント済み:

2020 年 6 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by