Clear Filters
Clear Filters

Hi, I need help with this error, please.

4 views (last 30 days)
  2 Comments
Pooja Kumari
Pooja Kumari on 28 Sep 2023
Can you share the complete simulink model?

Sign in to comment.

Accepted Answer

Pooja Kumari
Pooja Kumari on 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
  1 Comment
Danikha Shyken
Danikha Shyken on 29 Sep 2023
Thank you so much for your response. It's much appreciated.

Sign in to comment.

More Answers (0)

Categories

Find more on RF Blockset Models for Transceivers 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!