Draw mode shape using Eigen values for a building

10 views (last 30 days)
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 Comment
Van Tien Nguyen
Van Tien Nguyen on 9 Oct 2021
Hi, can you please enchange your code to calculate eigenvalues and eigenvector for building?
Thank you in advance.

Sign in to comment.

Accepted Answer

KSSV
KSSV on 16 Dec 2020
You have the Eigenvectors right...... plot them using plot command.
  5 Comments
KSSV
KSSV on 17 Dec 2020
If V is an 9*9 Eigenvector.
plot(V(:,1))
Chaudhary P Patel
Chaudhary P Patel on 21 Dec 2020
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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!