How to clear a Error in port widths or dimensions.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Muthukumar Ganesan
el 10 de Jul. de 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.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!