Draw mode shape using Eigen values for a building

11 vues (au cours des 30 derniers jours)
Chaudhary P Patel
Chaudhary P Patel le 16 Déc 2020
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 commentaire
Van Tien Nguyen
Van Tien Nguyen le 9 Oct 2021
Hi, can you please enchange your code to calculate eigenvalues and eigenvector for building?
Thank you in advance.

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by