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!