Error in port widths or dimensions. 'Output Port 1' of 'filtereddxlms/Sum1' is a [1024x1] matrix.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

Component:Simulink | Category:Model error
Error in port widths or dimensions. 'Input Port 1' of 'filtereddxlms/Signal Specification' is a [1x1] matrix.
Component:Simulink | Category:Model error
0 commentaires
Réponses (1)
Alan Moses
le 30 Oct 2020
Since the Signal Specification block is a virtual block that exists only to specify the attributes of a signal and plays no role in the simulation of the model, changing the dimension field to [1 1] throws an error as the input width to this block is [1024 1].
0 commentaires
Voir également
Catégories
En savoir plus sur Array and Matrix Mathematics dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!