How to define transfer function into the tf or ss format

If a transfer function is given like Lt(s) = F*(s*I-A)^(-1)*B, how to get its relative tf() or ss() format so that bodeplot or nyquist can be used? Thx.

 채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2012년 4월 30일
sys=ss(A,B,C,0);
bode(sys);
nyquist(sys);
HTH. Arkadiy

추가 답변 (1개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by