Why do I receive a "cannot use set default dimension function" error when using the Matrix Concatenate block in a subsystem in Simulink 6.5 (R2006b)?

조회 수: 12 (최근 30일)
I receive the following error message when using the Matrix Concatenate block:
cannot use 'set default dimension' function
However, when I move the problematic subsystem out of the larger model into its own standalone model, it works fine.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2011년 11월 4일
The reason you receive the error is because one or more of the input signals to the "Matrix Concatenate" block do(es) not have defined dimensions.
To work around this issue, you can explicitly define the dimensions of the signal(s) by using the Signal Specification block in line with the signal(s). For more information on the Signal Specification block, please refer to the documentation for the same, by typing the following on MATLAB command window.
doc signalspecification

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2006b

Community Treasure Hunt

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

Start Hunting!

Translated by