'Error in port widths or dimensions' I can't solve it
12 ビュー (過去 30 日間)
古いコメントを表示
Error in port widths or dimensions.
0 件のコメント
回答 (1 件)
Ishu
2024 年 4 月 30 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Schedule Model Components についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!