Why am I getting a "Signal Dimension" error?
4 ビュー (過去 30 日間)
古いコメントを表示
I am wondering why I get the following error message. There is no problem with the signal dimension as shown.Also, I am not using any Matlab-defined function. The block B includes a "Matrix Multiplier" and the rest are constant, gain, sum and integral blocks. The constant and gain are in the form of vectors or matrices but they do not violate matrix multiplication or summation rules regarding their dimension. Any idea? Thanks for your time and your reply
Error: "Unable to determine signal dimensions. There is a loop consisting of '....' that cannot be resolved because signal dimensions are defined by a cyclic relationship. Specifying the signal dimensions on Inport, Mux, Selector, Demuxes will help resolve signal dimensions in the loop. You can also use the Signal Specifications to define the signal dimensions."
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161080/image.jpeg)
6 件のコメント
採用された回答
Walter Roberson
2017 年 2 月 26 日
I note that in Subsystem B that y3 is 1 x 4 but is received in the sum block as 4 x 1; I do not know at the moment if that would be a problem.
1 件のコメント
Faouzi
2020 年 5 月 17 日
i have similar problem
look to my model
thanks for help
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/293607/image.png)
その他の回答 (1 件)
Vadim Galkin
2018 年 12 月 10 日
I have a similar problem, please check the model for a Signal dimensional error
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Conditionally Executed Subsystems and Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!