Azzera filtri
Azzera filtri

Error between demux and bus creator port dimensions

4 visualizzazioni (ultimi 30 giorni)
Ryan
Ryan il 21 Feb 2011

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 Commento
Kaustubha Govind
Kaustubha Govind il 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).

Accedi per commentare.

Risposte (1)

behzad aghaei
behzad aghaei il 28 Ago 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

Categorie

Scopri di più su Aerospace Applications in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by