I can't create State Space Full Feedback Control structure in Simulink

2 次查看(过去 30 天)
I determined the K vector by doing Pole Placement. A, B, C and D matrices are defined in Workspace.Here is the block diagram I want to create:
wnting.png
However, when I want to create this block diagram in Simulink, I cannot give the Step Input to the system?
1.png

回答(1 个)

Samatha Aleti
Samatha Aleti 2019-12-26
Yes, “Multiply” Block accepts single Input only. You may have to do as follows:
  • Place a “sum” block with List of signs as “|+-”
  • Inputs to this "sum" block will be “Step” and “-K” blocks
  • Connect the output of “sum” block to “B” block
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Discontinuities 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by