Draw mode shape using Eigen values for a building

I calculated the Eigen values and Eigen vectors for the building in matrix form,
please guide me now, how can i plot the mode shape using the eigen values.

1 件のコメント

Van Tien Nguyen
Van Tien Nguyen 2021 年 10 月 9 日
Hi, can you please enchange your code to calculate eigenvalues and eigenvector for building?
Thank you in advance.

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

 採用された回答

KSSV
KSSV 2020 年 12 月 16 日

1 投票

You have the Eigenvectors right...... plot them using plot command.

5 件のコメント

Chaudhary P Patel
Chaudhary P Patel 2020 年 12 月 17 日
how can i introduced the height of the building along which i plot the modes?
Chaudhary P Patel
Chaudhary P Patel 2020 年 12 月 17 日
sir actually i am not getting your point so please tell me here is my problem details,
order Eigen values
8 0.4238
3 0.5534
9 1.5700
2 1.9573
7 4.9026
1 5.6106
6 71.943
5 194.97
4 523.18
eigen vector
three storey building with each floor height 3 m.
i consider 3 degree per node degree of freedom.
KSSV
KSSV 2020 年 12 月 17 日
If V is an 9*9 Eigenvector.
plot(V(:,1))
Chaudhary P Patel
Chaudhary P Patel 2020 年 12 月 21 日
KSSV sir,
i want to plot all these mode shape along the Y axis but as you told me i am not getting please elaborate it sir.

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

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by