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

113 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Tony Lennon
Tony Lennon le 29 Mai 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 commentaires
Talia Sari
Talia Sari le 27 Juil 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 le 29 Juil 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

Connectez-vous pour commenter.

Plus de réponses (1)

Dino
Dino le 30 Mar 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.
  1 commentaire
Meme Young
Meme Young le 30 Juin 2021
Hello, I have tried this but there are some error reports. Could you please help me with it? It is in the issue.

Connectez-vous pour commenter.

Communautés

Plus de réponses dans  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!

Translated by