Find files path location and removal.

4 visualizaciones (últimos 30 días)
Peter
Peter el 11 de Oct. de 2023
Respondida: Peter el 15 de Abr. de 2024
Hi,
I am unable to remove a couple of paths from my FindFiles path. I originally thought that they were stored in...
./MATLAB/R2023b/toolbox/local/pathdef.m
If they are removed from there via the GUI, they still remain in Find Files.
It's more annoying than a show stopper!
Thank you.

Respuesta aceptada

Peter
Peter el 15 de Abr. de 2024
I managed to track it down. As I am using Linux, the parameter was stored here...
~/.matlab/<VERSION>/matlab.prf
I used a test editor to remove it.

Más respuestas (1)

John D'Errico
John D'Errico el 11 de Oct. de 2023
I think I understand what you have done here, but I may be wrong.
Never store files in the MATLAB toolbox directories. NEVER do that.
Having done that, you need to understand that those directories are cached. So changes made to those directories are not seen by MATLAB, at least not until you force MATLAB to update the toolbox cache, or until you restart MATLAB.
  1 comentario
Peter
Peter el 11 de Oct. de 2023
The path in question is (or should be) outside the installed MATLAB directories. Originally that was a local path where SVN checked out our scripts and classes.
Restarting Matlab doesn't clear it. Neither does installation of updates and new versions. It's hidden somewhere.
Cheers

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by