Create a matrix in Simulink

411 次查看(过去 30 天)
The diagram below is the block diagram that I have created in order to generate the matrix B.
I want the matrix B to be in the size of [9x6] but what I have done in the simulink give me a warning message as: 'Magnetic/B' generated a [9x6] matrix data. It automatically reshaped the data to a one dimensional vector with 54 elements.
My question is: How to make the matrix B stay in the size of [9x6]?
I have attached the simulink model in the file as well. I am really appreciate your help.

采纳的回答

Ameer Hamza
Ameer Hamza 2020-4-28
编辑:Ameer Hamza 2020-4-30
Because in the function Interpreted MATLAB function block B, you have set the output dimension to 54. Change it to [9 6].
  6 个评论
Linee Teh
Linee Teh 2020-5-2
I am sorry that I forget to included the equation. x_dot=(A-BK)x + d where d is the disturbance.

请先登录,再进行评论。

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by