I am modeling a system in Simuling and have to calculate the transfer function, pole zero, risetime etc, rather than doing this by long hand can I inport the model into LTIView? If so how?
Thanks
Tim

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 24 日

0 投票

You can use the linearize function on your model to get the linearized state-space (ss) object for your model. You can then import this model into the LTI Viewer using the command:
>> ltiview(linsys)
Where 'linsys' is the ss object.

カテゴリ

ヘルプ センター および File ExchangeSimulink Control Design についてさらに検索

タグ

質問済み:

2012 年 2 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by