Borrar filtros
Borrar filtros

Error between demux and bus creator port dimensions

4 visualizaciones (últimos 30 días)
Ryan
Ryan el 21 de Feb. de 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 comentario
Kaustubha Govind
Kaustubha Govind el 22 de Feb. de 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).

Iniciar sesión para comentar.

Respuestas (1)

behzad aghaei
behzad aghaei el 28 de Ag. de 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

Categorías

Más información sobre Aerospace Applications en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by