more than one sl_customization file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
stozaki
am 19 Aug. 2020
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
Antworten (1)
Sudhakar Shinde
am 29 Sep. 2020
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!