Getting issue with init.m files while loading the .slx model in matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
In matlab While using load system command to load slx file first it executes init.m, after executed load system command 4times execution got strucked at init.m file. Execution remains in the init.m file only it didn't come out of the init.m script. how to resolve this
댓글 수: 0
답변 (1개)
Mark McBroom
2024년 2월 17일
Set a break point in init.m and then rerun the load_system commands to determine the possible problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!