Why is "Navigate to C/C++" greyed out?
조회 수: 16 (최근 30일)
이전 댓글 표시
I am trying to use the Code Perspective to analyse where certain variables within my Simulink block diagram are located in the resulting C code. I can succesfully click on code line numbers in the C code panel and Simulink navigates to the corresponding Simulink blocks.
Unfortunately, the reverse does not seem to be possible. When I right-click on a block and go to C/C++ Code > Navigate to C/C++, this option is greyed out.
Does anyone know why this happens and how I can enable it?
댓글 수: 1
채택된 답변
Rajanya
2025년 2월 3일 6:42
I was able to reproduce this issue. This arises when the model is not configured to map to code.
Checking the 'Model-to-Code' option under Configuration Parameters > Code Generation > Report > Advanced Parameters resolves the issue, enabling the 'Navigate to C/C++ code' option.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1824983/image.png)
Hope this answers your question. Thanks!
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 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!