Draw mode shape using Eigen values for a building

12 ビュー (過去 30 日間)
Chaudhary P Patel
Chaudhary P Patel 2020 年 12 月 16 日
コメント済み: Van Tien Nguyen 2021 年 10 月 9 日
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 日
You have the Eigenvectors right...... plot them using plot command.
  5 件のコメント
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 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by