Hi, I need help with this error, please.
1 次查看(过去 30 天)
显示 更早的评论
2 个评论
采纳的回答
Pooja Kumari
2023-9-29
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
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!