Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Gabriele Tedeschi
Gabriele Tedeschi le 3 Mai 2022
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

Réponses (1)

Ayush Modi
Ayush Modi le 17 Jan 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!

Catégories

En savoir plus sur Linearization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by