Matlab Function block to define Steady Space model (controller)

조회 수: 1 (최근 30일)
Steve
Steve 2014년 7월 23일
Hello every one
I have Steady-Space model(Controller) as below:
A =[ *M* ]; B =[0 0 2 0 0 0 0];;
C =[0;2;0]; D =[0 2 0 0 0 0 0 ; 2 0 2 0 0 0 0 ; 0 0 0 *M* 0 2 0]
Controller =ss(A,B,C,D)
This controller have 7 inputs and 3 outputs.
I don't want to use simulink steady-space block to define this controller in it.
I have * variable M in my controller that can be changed with time and I want to use
variable parameter to have variable steady-space controller.
How can I use user defined blocks to write this variable steady-space controller ?
Which User defined blocks can be use for programming and how ?
Thanks for your help

답변 (0개)

카테고리

Help CenterFile Exchange에서 Block Libraries에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by