Facing this error while compiling my model
이전 댓글 표시
답변 (1개)
Sanathan
2026년 7월 30일 6:30
0 개 추천
Hello Dhilip,
I believe you likely have a mismatched ‘Goto/From’ tag or visibility setting in your Simulink model. The following troubleshooting steps may help resolve the issue:
- Firstly, check if a valid ‘Goto’ block exists or not.
- Ensure the ‘Goto’ block ‘Goto tag’ exactly matches the ‘From’ block Tag.
- Verify ‘Goto’ block tag ‘visibility’ allows the ‘From’ to access it.
- Ensure a ‘From’ connects to only one ‘Goto’ tag source.
For more information, please refer to the following documentations:
- https://www.mathworks.com/help/simulink/slref/goto.html
- https://www.mathworks.com/help/simulink/slref/from.html
- https://www.mathworks.com/help/simulink/slref/gototagvisibility.html
- https://www.mathworks.com/help/simulink/gui/unconnectedline.html
Hope this helps!
If the issue persists after trying out the above suggestions, please reach out to Technical Support with any additional details.
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
