photo

Shaggy


MIT, Manipal

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


i have a power system modeled in simulink. i want to use the power_analyze function in simulink. Is there any way that i can use this function?
I have tried using the MATLAB function tool but it gives me an error stating 'The function 'power_analyze' is not supported for ...

9 years ago | 1 answer | 0

1

answer

Answered
Linearizing power system model for model predictive control
firstly, get the state-space model of the system. And then try using linmodv5 command. Might do some help.

9 years ago | 0

Answered
How can i linearized my power system model using linmodv5 command .
use power_analyze command to get the state-space model for the system. then use linmodv5 after u get the ABCD parameters. I th...

9 years ago | 0

Question


What does the first '1' signify in the 14th line (SimModel = feedback(sys,1,4,2,1);) ? the general syntax for feedback is (sys1,sys2,feedin,feedout). How does the matlab take when i introduce a '1' as sys2 in this case?
clc;clear; A = [1.1269 -0.4940 0.1129, 1.0000 0 0, 0 1.0000 0]; B = [-0.3832 0.5919 0.5191]; C = [1 0 0]; D = 0; ...

9 years ago | 0 answers | 0

0

answers