How can we resolve the error caused by - Dictionary entry value class 'DATA.Signal' is undefined ?
조회 수: 33 (최근 30일)
이전 댓글 표시
When I am trying to open a Data Dictionary File ( .sldd) of a Component Model in 2019b, I am getting the following error :
Failed to open file 'C:\Users\xxx\xxxxx\xxxxx.sldd'
Caused by:
- Dictionary entry value class 'DATA.Signal' is undefined.
Component:Simulink | Category:Model error
Is the error in '**.sldd' file ? How can I fix this error ?
댓글 수: 2
답변 (1개)
Fangjun Jiang
2023년 1월 25일
편집: Fangjun Jiang
2023년 1월 25일
It seems like DATA.Signal is a customized class, for example, built on top of the Simulink.Signal class. Or, it could be a class provided by a toolbox.
In any case, there are some files installed in the MATLAB path to define the class. You need to trace back to the source/owner of the .sldd file and ask about those files.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!