How do I fix the following error when building the Simulink model in Matlab 2022b version
이전 댓글 표시
Internal error while creating code interface description file: codeInfo.mat. Aborting code generation.
Caused by:
- Invalid index.
I am able to build the same model in previous versions of Matlab like 2020b and 2018b.
What might be the problem with 2022b Embedded coder release !!
댓글 수: 1
可华
2024년 7월 4일
I got this isuue too.
May I ask if you found a solution later on?
답변 (1개)
Dr. JANAK TRIVEDI
2023년 2월 3일
0 개 추천
This error message usually occurs when there is an issue with indexing a variable in MATLAB. It is likely that the index you are using to access an array or a matrix is invalid and is either out of range or not an integer. You can resolve this error by checking the index values and making sure that they are valid. Additionally, it may also be helpful to check the dimensions of the array or matrix you are accessing to ensure that the index you are using corresponds to an existing element.
카테고리
도움말 센터 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!