Hey guys,
How to generate random stable state space model? A=rand(100,100) with eig(A)<0.
Thanks, Rebbecca

 채택된 답변

Sebastian Castro
Sebastian Castro 2017년 6월 4일

0 개 추천

Yes, you can!
>> A = rss(100)
- Sebastian

댓글 수: 3

Rebbecca Thien
Rebbecca Thien 2017년 6월 5일
Thank you Sebastian!
Martin Evans
Martin Evans 2020년 2월 17일
Does rss guarantee stability? The question was for a random stable system.
Doesn't quite answer the question.
rss allows for integrators in the model, so the result may be unstable.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Firas Omran
Firas Omran 2017년 10월 1일

0 개 추천

Hello,
I would like to generate a random NON-linear state space system. Is there a command for that or shall i generate a linear one and then modify it to make it nonlinear (add square, sine, cosine, etc.) ? And how to ensure the generated system is a stable system ?
Appreciate your help.
Thanks Firas

카테고리

도움말 센터File Exchange에서 Nonlinear Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!