Error in port widths or dimensions. 'Output Port 1' of 'filtereddxlms/Sum1' is a [1024x1] matrix.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

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 Kommentare
Antworten (1)
Alan Moses
am 30 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Array and Matrix Mathematics finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!