how can i linearize a simulink non linear system in one or more equilbria?

6 visualizzazioni (ultimi 30 giorni)
I have a non linear system in simulink and using linear analysis I managed to linearize it, but i'm not able to assign the equilibrium in which i need to linearize my system

Risposte (1)

Ayush Modi
Ayush Modi il 17 Gen 2024
Hi Gabriele,
As per my understanding, you are able to linearize a non linear "Simulink" system at the default operating point defined in the model. However, you are not able to assign the specific equilibrium to linearize the system. You can compute a steady-state operating point (or equilibrium operating point) using simulation snapshots or "findop" function from Simulink Control Design.
Once, the operating point of the system has been successfully computed, you can linearize the model using "linearize' function. Here is an example to demonstrate how you can achieve the same:
linsys = linearize(model,io,specified_operating_point)
Please refer to the following MathWorks documentation for more information on:
Hope this helps!

Categorie

Scopri di più su Linearization in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by