필터 지우기
필터 지우기

Conversion of a generic Simulink model into a transfer function

조회 수: 3 (최근 30일)
Vittorio Giai Pron
Vittorio Giai Pron 2018년 5월 21일
편집: Stephan 2018년 5월 22일
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일
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

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by