フィルターのクリア

Matlab get transfer function from Simulink

11 ビュー (過去 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 Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by