How to get eigenvalues and eigenvectors from a mass and spring model build by simscape?

7 views (last 30 days)
If I build a model with springs and inertia with simscape i can linearize the model and calculate a frequency response. What about the eigenvalues und eigenvectors of the model?

Answers (1)

J Chen
J Chen on 26 Aug 2019
You should be able to get the system matrices (A, B, C, D) for your linerized model. The eigenvalues for A can then be calculated using eig( ).

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!