Error between demux and bus creator port dimensions

4 次查看(过去 30 天)

Hi,

I am getting the following error when I run my model:

Invalid setting for output port dimensions of 'aircraft/Aircraft/Interface/Bus Creator1'. The dimensions are being set to 4. This is not valid because the total number of input and output elements are not the same
Invalid setting for output port dimensions of 'aircraft/Aircraft/Interface/Bus Creator1'. The dimensions are being set to 4. This is not valid because the total number of input and output elements are not the same

This comes from the blocks shown in this picture:

It is odd because all the port dimensions add up until it gets to the bus creator. The same thing also happens if I replace it with just a mux:

Error in port widths or dimensions. Output port 3 of 'aircraft/Aircraft/Interface/Demux1' is a one dimensional vector with 1 elements.
Error in port widths or dimensions. Input port 3 of 'aircraft/Aircraft/Interface/Mux2' is a one dimensional vector with 2 elements.

This "Euler" input comes directly from the 6 Degrees of Freedom Simple Variable Mass Equations of Motion from the Aerospace Blockset.

I would be very grateful if someone could explain why this is happening andhow to go about fixing it.

Thanks,

Ryan

  1 个评论
Kaustubha Govind
Kaustubha Govind 2011-2-22
What is the output of the Bus Creator or Mux connected to? Does it expect a signal with 4 elements? If yes, it is back-propagating the expected size (4), which doesn't match with the actual size (3).

请先登录,再进行评论。

回答(1 个)

behzad aghaei
behzad aghaei 2013-8-28
because in first you used demux then used bus creator it is wrong for solve this problem you can:
1 Start used demux and End used mux
2 Start used bus selector and End used bus creator

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by