WHY IS IT WHEN I RUN THE MODEL, IT IS INVALID AND SHOW ERROR.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I keep getting this error when i run the model "Error in port widths or dimensions. 'Output Port 1' of 'dcmotornew260822/MPU6050 IMU Sensor' is a [3x1] matrix.
Component:Simulink | Category:Model error
Error in port widths or dimensions. Invalid dimension has been specified for 'Input Port 1' of 'dcmotornew260822/Analog Filter Design2'."
0 Kommentare
Antworten (1)
Vinayak
am 16 Nov. 2022
You receive the following error because the Output does not match what Simulink expects from you.
It is difficult to contemplate the root cause of the issue from just raw images, but to me it looks like the Output of the Arduino block does not seem to be in accordance with what simulink expects.
You may double click each of the signals and get an inherent idea of the dimensions of its respective signals.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!