How can I get the mathematical equation of the system constructed by simulink models automatically?

99 visualizaciones (últimos 30 días)
The simulink models in a dynamic system are simulated in the way of solving the differential or algebraic equations. Is there any commands that can generate the mathematical equations of the dynamic system? For example, when the wind generation system is simulated in simulink, can I get the mathematical eqtuations of the transimission line, induction generator and the AC system?
Hoping to have your reply,
Best regards.

Respuesta aceptada

Tony Lennon
Tony Lennon el 29 de Mayo de 2019
Sorry, but Simulink does not work that way. In some cases, you can look within a block to see equations, mainly with the Simscape blocks.
  4 comentarios
Talia Sari
Talia Sari el 27 de Jul. de 2020
Hello, I am new to Simulink. Could you please tell me how does it work? I already put solver configuration and powergui block, but the state space values are still empty.
Hanyang Dai
Hanyang Dai el 29 de Jul. de 2020
You are almost succee. The desired mathematical equations of the Simulink system can be derived in different ways:
(1) use commands “power_analyze” or “power_statespace” to generate eqs, you can find demos and introductions in the help doc of MATLAB.
(2) use power_gui module to generate eqs, 1) open the “configuration parameters” of power_gui module, 2) set the solver of simulation type as “continuous ”, 3) enable use of ideal switching devices, 4) display circuit differential equations, and finally run the simulation and you will find the eqs in the MATLAB workspace waiting for you.
Tips 1: my current MATLAB version is 2012a, your case may be a little different but worth a shot.
Tips 2: Limitations: The derived eqs are accurate when the dynamic system constructed with SimPowerSystems module is LTI system, otherwise, the result may not be reliable.d, but there are some tips you should procede

Iniciar sesión para comentar.

Más respuestas (1)

Dino
Dino el 30 de Mzo. de 2021
There's a tool called simscape2casadi that, though in alpha stage, claims to be able to do what you want. A description can be found in this paper and the code can be found in this git repository. Please note that it requires Simulink Coder to generate C code from your model.

Comunidades de usuarios

Más respuestas en  Power Electronics Control

Categorías

Más información sobre Simulation and Analysis 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