Draw mode shape using Eigen values for a building

13 visualizaciones (últimos 30 días)
Chaudhary P Patel
Chaudhary P Patel el 16 de Dic. de 2020
Comentada: Van Tien Nguyen el 9 de Oct. de 2021
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 comentario
Van Tien Nguyen
Van Tien Nguyen el 9 de Oct. de 2021
Hi, can you please enchange your code to calculate eigenvalues and eigenvector for building?
Thank you in advance.

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by