more than one sl_customization file
이전 댓글 표시
I have more than one sl_cutomization.m file.
sl_customization.m file which comes first under folder architecture that file get executed.
But I want to run one specific sl_cutomization.m file, taking all the folder in path which contains sl_cutomization.m file.
댓글 수: 1
stozaki
2020년 8월 19일
Hello Anurag,
Please try adding only the folder that contains the sl_customization.m you want to run to the MATLAB path, and remove the other folders from the MATLAB path.
Are you sure you can solve it this way?
stozaki
답변 (1개)
Sudhakar Shinde
2020년 9월 29일
0 개 추천
As per my understanding with the matlab helppage, matlab recognizes the all sl_customization.m files in your path. To run specific one sl_cutomization.m file, add only specific file in path and remove all others.
카테고리
도움말 센터 및 File Exchange에서 Simulink Check에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!