Why am I getting a "Signal Dimension" error?

조회 수: 2 (최근 30일)
Ismaeel
Ismaeel 2017년 2월 25일
댓글: Faouzi 2020년 5월 17일
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."
  댓글 수: 6
Ismaeel
Ismaeel 2017년 2월 26일
편집: Ismaeel 2017년 2월 26일
Thanks Walter for your time and your notice. Exactly as you pointed out, the problem was in subsystem B and I fixed it following your notice. I changed the setting of the first upper (Matrix Multiplier) block which has input from y3 as you mentioned from (Matrix(*)) to (Element-wise(.*)). I am really grateful to your help, thank you so much.
Ismaeel
Ismaeel 2017년 2월 26일
편집: Ismaeel 2017년 2월 26일
Please let me know how to make your answer as accepted. I cannot find that option.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
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개)

Vadim Galkin
Vadim Galkin 2018년 12월 10일
I have a similar problem, please check the model for a Signal dimensional error

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by