필터 지우기
필터 지우기

Error: Invalid 'Dimensions' property specified. at FMU export

조회 수: 10 (최근 30일)
Simon Hafner
Simon Hafner 2022년 2월 15일
댓글: Simon Hafner 2024년 1월 22일
Hi,
I tried to export a Simulink model to a FMU file for use in another tool. After compiling I receive the following error:
"Invalid 'Dimensions' property specified. This property must be a double vector consisting of positive elements. Further, for signals of greater than 2 dimensions, the trailing dimension cannot have a value of 1"
Does anyone have a clue why this error appears? Unfortunately this error message does not specify the location.
Could it be related to Bug Reports (mathworks.com)?
Thanks for your help!

채택된 답변

Anshuman
Anshuman 2024년 1월 22일
The FMU export process is strict about signal dimensions, and this error is typically related to a signal that does not meet the requirements for FMU export. I would recommend you to go through your Simulink model and verify the dimensions of all signals, especially those that are part of the interface to the FMU. Make sure that all signals have dimensions that are positive double vectors. For example, a signal should not have dimensions like [1, x] or [x, 1, 1], where x is a positive integer.
Hope it helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Create Standalone FMU에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by