Matlab get transfer function from Simulink

조회 수: 9 (최근 30일)
Dario
Dario 2023년 3월 21일
편집: Bora Eryilmaz 2023년 3월 21일
Is it possible to use Matlab to retrieve the data from Simulink from this block diagram and plot the transfer function?
  댓글 수: 1
Sachin
Sachin 2023년 3월 21일
편집: Sachin 2023년 3월 21일
Hi
Try this
toWksData = get(out,"simout");

댓글을 달려면 로그인하십시오.

답변 (1개)

Bora Eryilmaz
Bora Eryilmaz 2023년 3월 21일
편집: Bora Eryilmaz 2023년 3월 21일
Yes. It is called linearization. If you have access to the Control System Toolbox and/or Simulink Control Design, you can use linearization to extract a transfer function between two operating points. Take a look at:
Your question is a bit ambiguous, since you need an input and an output to construct and plot a transfer function. Just reading "out.in" will not be sufficient to plot a transfer function.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by