more than one sl_customization file
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
stozaki
le 19 Août 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
Réponses (1)
Sudhakar Shinde
le 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 commentaires
Voir également
Catégories
En savoir plus sur Software Development Tools dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!