How does lsim evaluate mimo
古いコメントを表示
I have a multi-input-multi-output statespace model. I want to use lsim(sys,u,t) command to give u as an input.
- If Zgf is my first input of statespace and
- Zgz is the second input of statespace then
u(:,1)= Zgf;
u(:,2)=Zgr;
y=lsim(sys,u,t);
is the way to give input to the statespace using lsim? or the other way around?
Thanks!
1 件のコメント
Azzi Abdelmalek
2015 年 7 月 30 日
Have you tested your code? did you get any problem?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Time and Frequency Domain Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!