name mismatch error when build the model using embedded coder

조회 수: 8 (최근 30일)
Hamid Toutounchian
Hamid Toutounchian 2023년 11월 29일
답변: CP 2024년 9월 11일
when I build the model I get the name mismatch error for two calibratable signals . The signals are in the data dictionary , and I use them in the model by pulling from the dd with the same name . can anyone point me out what possibly cause this error?

채택된 답변

CP
CP 2024년 9월 11일
Delete all generated code files (slprj folder etc) that are on the matlab path and make sure the "current folder" is correct.
I had this same issue and it seems to have been caused by conflicts with the generated code files.
Remember that matlab will generate build files in the "current folder", so if you had accidentally tried to build the model in another location that is on the matlab path it will cause conflicts.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by