Port Size on a Bus Selector block
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am using a Bus Selector Block to pick a particular signal object from a bus. I get the following error:
Error in port widths or dimensions. Output port 1 of 'SimulinkModelName/MATLAB Function Block' is a [55x1] matrix.
Error in port widths or dimensions. Input port 1 of 'SimulinkModelName/Bus Selector' is a one dimensional vector with 1 elements.
The MATLAB Function Block is where the bus signal is coming from and goes into the Bus Selector.
How can I get the Bus Selector inlet port dimensions to match the MATLAB Function Block outlet port dimensions?
2 commentaires
Kaustubha Govind
le 9 Nov 2011
Are you sure that your MATLAB Function Block has a bus as its output? According to the error, it seems that it is a 55x1 matrix type.
Réponse acceptée
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!