clean all paths except factory ones (toolboxes)
Ältere Kommentare anzeigen
Hello,
I would like to know if there is a way not to use the userpath in the PATH.
I use a matlab engine from a Qt application and then I add path. But I had troubles with one user that had a bad pathdef causing issues with simulink.
I would like to be robust to a badly defined user startup.
I see three options :
- specify a good pathdef.m when runing the matlab engine (but how ?)
- remove all paths except the one for simulink
- specify only the required path
1 Kommentar
Mario Malic
am 6 Okt. 2020
Check restoredefaultpath
Antworten (1)
Rik
am 6 Okt. 2020
0 Stimmen
Appart from using restoredefaultpath, you might consider borrowing code from toggleToolbox to toggle the states of your path.
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!