Error between demux and bus creator port dimensions

12 views (last 30 days)

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 Comment
Kaustubha Govind
Kaustubha Govind on 22 Feb 2011
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).

Sign in to comment.

Answers (1)

behzad aghaei
behzad aghaei on 28 Aug 2013
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

Categories

Find more on Aerospace Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!