photo

Shaggy


MIT, Manipal

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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.

mehr als 9 Jahre vor | 0

Beantwortet
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...

mehr als 9 Jahre vor | 0

Frage


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; ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten