Hi, I need help with this error, please.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Pooja Kumari
am 29 Sep. 2023
Hello Danikha,
It is my understanding that you are facing “Error in port width or dimension” error in Simulink model in which the ‘Output_Port_1’ is one dimensional vector with one element.
It is difficult to see from the pictures, but it looks like you have predefined the sizes of your signals. The error specifically states that ‘Output_Port_1’ is a one-dimensional vector with only one element. This means that the port is expecting a vector with more than one element, but it is receiving only a single element. The dimensions of the signals going into ‘input_selector2/Input_Selector/voltage_input’ is not matching with what Simulink is expecting from the output.
For easier debugging, doing the following things will allow you to trace the error more easily. Under the Debug tab, open the Information Overlays menu and select Signal dimensions. Then update the model. That will show the dimensions everywhere and will show inconsistent dimensions in ‘Output_Port_1’.
A similar workaround is given in the following MATLAB answer for your reference:
Kind regards,
Pooja Kumari
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!