Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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

Respuestas (1)

Ayush Modi
Ayush Modi el 17 de En. de 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!

Categorías

Más información sobre Linearization en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by