Is it possible to define the inputs, outputs and state variables when using power_analyze?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Joel Van Sickel
2024-7-8
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Electrical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!