How to clear a Error in port widths or dimensions.

5 views (last 30 days)
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
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.
Baari Akshay kumar
Baari Akshay kumar on 11 Jul 2022
Edited: Baari Akshay kumar on 11 Jul 2022
Thank you so much @Muthukumar Ganesan The problem is cleared and i got the result.
Thanks.

Sign in to comment.

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!