How to get eigenvalues and eigenvectors from a mass and spring model build by simscape?
3 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
J Chen
2019 年 8 月 26 日
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( ).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Assembly についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!