Draw mode shape using Eigen values for a building

조회 수: 11 (최근 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 CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by