How can I get the mathematical equation of the system constructed by simulink models automatically?
92 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hanyang Dai
il 25 Mag 2019
Commentato: Meme Young
il 30 Giu 2021
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.
0 Commenti
Risposta accettata
Tony Lennon
il 29 Mag 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 Commenti
Talia Sari
il 27 Lug 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.
Più risposte (1)
Dino
il 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 Commento
Meme Young
il 30 Giu 2021
Hello, I have tried this but there are some error reports. Could you please help me with it? It is in the issue.
Community
Più risposte nel Power Electronics Control
Vedere anche
Categorie
Scopri di più su Simulation and Analysis 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!