Effacer les filtres
Effacer les filtres

paths removed and Set Path saved yet removed paths reappear at start up

3 vues (au cours des 30 derniers jours)
Tom Patno
Tom Patno le 3 Mar 2021
Commenté : David Schmitz le 17 Fév 2023
Hi:
Some paths were previously set that are now causing errors when I restart MATLAB and run a script. I open Set Path, highlight the paths to remove & remove them, I save, then close.
The paths are in Set Path at every restart.
Please advise
  1 commentaire
David Schmitz
David Schmitz le 10 Fév 2023
Modifié(e) : David Schmitz le 10 Fév 2023
Hi,
For me it's the same Problem I don't get rid of some path entrys even after rmoving them and saving.
Could you please help.

Connectez-vous pour commenter.

Réponses (1)

Luca Ferro
Luca Ferro le 10 Fév 2023
Modifié(e) : Luca Ferro le 10 Fév 2023
2 alternative methods i would try:
1.
rmpath(genpath(topLevelFolder)); %in case it has subfolders that create issues genpath may be necessary
rehash toolboxcache
2.
restoredefaultpath %if you dont care about the your current path tree, this will reset it to factory
rehash toolboxcache
  1 commentaire
David Schmitz
David Schmitz le 17 Fév 2023
Thank you, the problem were due to a third party tool saving the path even through Matlab restarts

Connectez-vous pour commenter.

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by