why minreal command does not work?

also,this is my command window,would you please to tell me why mireal command does not work?
>> s=tf('s');
>> X0=[1;1];A=[-3 2;-2 -3];B=[1;0];C=[0 1];
>> U=1/s;
>> Y=zpk(minreal(C*inv(s*eye(2)-A)*(X0+B*U)))
Y =
(s+2) (s-1) (s^2 + 6s + 13)
---------------------------
s (s^2 + 6s + 13)^2
Continuous-time zero/pole/gain model.

댓글 수: 1

Walter Roberson
Walter Roberson 2015년 11월 27일
I thought at first you were referring to realmin(), but I see that minreal() is a function in the Control Systems Toolbox.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

질문:

2015년 11월 27일

댓글:

2015년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by