How to get eigenvector matrix from a displacement matrix

1 回表示 (過去 30 日間)
Giacomo Realdini
Giacomo Realdini 2020 年 11 月 27 日
回答済み: Shubham Rawat 2020 年 11 月 30 日
Hi to everyone.
I have a matrix 32958x6. The first three columns are the coordinate X, Y and Z of nodes of my structure, the columns 4, 5 and 6 are the displacements of the latter along the X, Y and Z axes. I got this matrix from .csv file coming from SiemensNX.
Starting from the displaement, it is possible to obtain the eigenvector matrix?

回答 (1 件)

Shubham Rawat
Shubham Rawat 2020 年 11 月 30 日
Hi Giacomo,
Here you have given a non square matrix and the eigenvector is obtained for square matrices only. You may obtain the singular values of the matrix. For this you have to find the eigen values of A'A(A transpose A) by using eig function.
Hope this Helps

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by