'Error in port widths or dimensions' I can't solve it
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Error in port widths or dimensions.
0 comentarios
Respuestas (1)
Ishu
el 30 de Abr. de 2024
I understand that you are encountering an error in the feedback loop and while using the "Sum" block.. The most common cause is when the output of the "Integrator" block does not match the expected input dimensions of the Sum block or vice versa.
For the feedback loop to work without errors, all signals within the loop must have compatible dimensions. If your input signal is a scalar, ensure that the output of the "Integrator" block (and thus the feedback signal) is also a scalar. If dealing with vectors or matrices, all elements in the loop must have matching dimensions.
From the model you've provided, I noticed that the signal dimension from the "Integrator" block is (1), whereas the expected dimension is (4), resulting in a mismatch of signal dimensions. To resolve this issue, you can adjust by setting the initial condition in the "Integrator" block to a size of 4, matching the dimensions of the signals in your feedback loop and ensuring that the initial condition aligns with your system's requirements. Then, try running the model again to see if the error has been resolved.
Hope it helps!
0 comentarios
Ver también
Categorías
Más información sobre Schedule Model Components en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!