Dot indexing is not supported for variables of this type - Model Advisor
조회 수: 8 (최근 30일)
이전 댓글 표시
I am trying to run the MISRA C:2012 modelling standards checks on my model. When performing the checks that require an update diagram I get the error
But running a usual update model or building the model is fine.
Can anyone point me in the direction that could fix this?
댓글 수: 0
답변 (1개)
Shivam Lahoti
2024년 11월 12일 8:10
Hi Matthew,
I understand you are getting the following error in Model Advisor:
"Dot indexing is not supported for variables of this type"
I have encountered the same error rather sporadically in the Model Advisor Configuration Editor. However, this error mostly disappears upon restarting the MATLAB session. If this doesn't work, then try running the following command in the MATLAB command line:
rehash toolbox
rehash toolboxcache
Running these command has helped me resolve this issue. I hope this would help you too.
Regards,
Shivam.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Run Model Advisor Checks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!