Find files path location and removal.

조회 수: 4 (최근 30일)
Peter
Peter 2023년 10월 11일
답변: Peter 2024년 4월 15일
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.

채택된 답변

Peter
Peter 2024년 4월 15일
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.

추가 답변 (1개)

John D'Errico
John D'Errico 2023년 10월 11일
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
Peter
Peter 2023년 10월 11일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by