set paths disappear after restart

34 visualizaciones (últimos 30 días)
Rafael Kübler
Rafael Kübler el 1 de Dic. de 2016
Comentada: Brian Cluggish el 14 de Sept. de 2018
Hello together,
latley it occures to me, that I loose paths that I have set in matlab. I use File -> set Path... -> add Folder... choose the relevant folder and save it. The new added path works until i restart Matlab. Then the new path is disappeared from the list. And it seems, that all the previous added paths are deleted aswell.
Can't tell where the problem is, because thats the way i always did it.
Does anyone know how it is possible, how the path list is deleted? Is there a file, where it is stored?
Thank you for your effort.
Rafael
  1 comentario
Rafael Kübler
Rafael Kübler el 1 de Dic. de 2016
I have noticed, that when i set the path to default, all from me added path disappear, but when i restart matlab they are back again. So all my changes are temporarly and not permantent altough i save it. It seems to me, that matlab reads a different "path-file" when restarted.
How can i fix this?

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 1 de Dic. de 2016
The path is stored in the file pathdef.m inside Matlab's program directory. If you do not work with admin privileges (as recommended), you do not have write permissions for this file and all changes of the path are temporarily only. This is useful on a multi-user system, because the pathdef.m file belongs to all users.
I've added one folder to the path in pathdef.m file, which contains a function, which adds the user-defined paths temporarily depending on the user and current project. This works reliably and flexible. Alternatively you can create a startup.m and finish.m file to store the current path persistently between sessions using setpref and getpref.
  6 comentarios
Symon Chester
Symon Chester el 5 de Jun. de 2018
In 2018 this has to be nonsense. If I set the path and save it it should be restored everytime I start MatLab.
Brian Cluggish
Brian Cluggish el 14 de Sept. de 2018
Agreed. I save pathdef.m to my startup folder. And when I use the command "which pathdef" after startup, it points to that folder. But MATLAB does not use it to set the path. I fixed this by adding the command "path(pathdef)" to my startup folder, so the path is set to what I save it to the last session. But MATLAB should be doing this automatically.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by