Is it possible to define the inputs, outputs and state variables when using power_analyze?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to obtain the state-space equations of a Simulink model containing Specialized Power System components. By default, the power_analyze command considers the voltage measurements and current measurements as the output of the system. However, average model blocks contain measurement blocks which I do not want to include as outputs. Is it possible to manually indicate the inputs, outputs and state variables of the system? If not, what alternate approach can be used to obtain the state-space equations? As an additional information, I am doing this in preparation of using the equations to build an MPC controller for the system. Is this an appropriate approach for what I am trying to do?
0 Kommentare
Antworten (1)
Joel Van Sickel
am 8 Jul. 2024
You can manually linearize a system as specific operating points using the Simulink Control Design toolbox, where you can specify inputs and outputs. https://www.mathworks.com/help/slcontrol/ug/linearize.html
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!