How to clear a Error in port widths or dimensions.
5 views (last 30 days)
Show older comments
Hi, iam doing a Antilock braking system project in simulink model based and i got a error from subsystem of S-Function block which is
Error in port widths or dimensions. Output port 1 of 'akshay_wheelestfl/Subsystem1/Subsystem' is a one dimensional vector with 40 elements.
Error in port widths or dimensions. Input port 1 of 'akshay_wheelestfl/Subsystem1/Data Store Write' is a one dimensional vector with 1 elements.
I tried a lot of modifications and i can't get any results. Can anyone please give the solution for this.
2 Comments
Muthukumar Ganesan
on 10 Jul 2022
Hi,
Based on the information provided, I believe the dimension property defined for the corresponding "Data Store Memory" block is -1. Since the output of the subsystem is of dimension [1 40], the same needs to be updated in its respective Data store memory block. Hope this helps.
Thanks.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!