Filter löschen
Filter löschen

Matlab get transfer function from Simulink

7 Ansichten (letzte 30 Tage)
Dario
Dario am 21 Mär. 2023
Bearbeitet: Bora Eryilmaz am 21 Mär. 2023
Is it possible to use Matlab to retrieve the data from Simulink from this block diagram and plot the transfer function?
  1 Kommentar
Sachin
Sachin am 21 Mär. 2023
Bearbeitet: Sachin am 21 Mär. 2023
Hi
Try this
toWksData = get(out,"simout");

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Bora Eryilmaz
Bora Eryilmaz am 21 Mär. 2023
Bearbeitet: Bora Eryilmaz am 21 Mär. 2023
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.

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by