Error in port widths or dimensions. 'Output Port 1' of 'filtereddxlms/Sum1' is a [1024x1] matrix.
1 view (last 30 days)
Show older comments

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 Comments
Answers (1)
Alan Moses
on 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 Comments
See Also
Categories
Find more on Array and Matrix Mathematics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!