Conversion of a generic Simulink model into a transfer function

Hi to everyone, how do you automatically convert a generic Simulink model (with initial conditions different from zero) into a transfer function? For example, I have a thermal model and I don't want to convert it manually into a fdt.

回答 (1 件)

Stephan
Stephan 2018 年 5 月 21 日
編集済み: Stephan 2018 年 5 月 22 日

0 投票

Hi,
for this purpose there is the
linmod
or the
linmod2
function.
It gives you the matrices A,B,C & D from which you can generate state space models to proceed your work. To linearize at another time then t=0 use para (2) option.
An example is given here:
Best regards
Stephan

カテゴリ

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

製品

リリース

R2017b

質問済み:

2018 年 5 月 21 日

編集済み:

2018 年 5 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by