the variable is present in dd and .mat file, but showing error Cannot resolve variable.
이전 댓글 표시

댓글 수: 4
Walter Roberson
2023년 6월 20일
What is your code that should load B_x_NorUpdatedListLev_In into the base workspace?
Sanchita
2023년 6월 20일
Walter Roberson
2023년 6월 20일
Variables like that one must be defined in the base workspace before you attempt to build (or compile) the Simulink model. If the variable is being defined by Targetlink then you would have to run the Targetlink initialization routine to get the variables created before you could work on the model.
Sanchita
2023년 6월 20일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!