why minreal command does not work?
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 27 de Nov. de 2015
I thought at first you were referring to realmin(), but I see that minreal() is a function in the Control Systems Toolbox.
Respuestas (0)
Categorías
Más información sobre Dynamic System Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!