필터 지우기
필터 지우기

Warning: Name is nonexistent or not a directory

조회 수: 575 (최근 30일)
Jonathan
Jonathan 2012년 7월 3일
댓글: Image Analyst 2023년 9월 6일
Every time I start up MATLAB, I receive this message:
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\mexw32.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\special.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\sift.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\plotop.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\mser.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\misc.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\kmeans.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\imop.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\geometry.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox\aib.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\vlfeat\toolbox.
Warning: Name is nonexistent or not a directory: xml_toolbox.
Warning: Name is nonexistent or not a directory:
C:\POSTDOC\Hand_Mathias\videoIO.
How do I fix this?
  댓글 수: 10
Simon Dawson
Simon Dawson 2021년 4월 26일
I launched Matlab. I got a whole set of "Warning: Name is nonexistent or not a directory:" messages. I pasted in the restore path and save path commands but it would always immediately crash like in <5 seconds and go away altogether. The only thing left was the error dialog box asking to send a crah report to Mathworks which I duly did maybe half a dozen times. Pressing send or ok on that meant that went away and so I was matlab free in terms of running applications. Restarted the Mac and it had the same pathology. So, pathdef to trash and then it was fine. I now have to add back my custom paths.
Image Analyst
Image Analyst 2021년 4월 27일
@Simon Dawson, since you got an official crash report and MATLAB itself shutdown, it was a real crash and the Mathworks should be contacting you by email with some response.

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

채택된 답변

Image Analyst
Image Analyst 2012년 7월 4일
편집: Image Analyst 2022년 12월 7일
METHOD #1
If there are some folders in the path you'd still like to keep on the path, and just remove the one folder that it is complaining about,
  1. Go to the "Home" tab of the tool ribbon,
  2. Click the SetPath icon.
  3. Then locate the missing folder(s) and highlight them.
  4. Click Remove, Save, and Close.
You should not see the missing folders listed the next time you start MATLAB. I think this is the preferred method.
-------------------------------------------------------------------------------------------------------------------------------------------------
METHOD #2
If you'd rather do it by fixing the file in an editor window, instead of simply doing it via the toolbar button meant for this, then you can edit pathdef.m
>> edit pathdef.m
Then search for and locate the bad folder, delete that line in the file, and save the file. You should not see the missing folders listed the next time you start MATLAB.
If NEITHER of the above two methods work, then check your startup.m file by typing "edit startup.m" on the command line. See if everything looks fine there (i.e., there are no calls to addpath with non-existent folders). If non-existent folders are added to the path in your startup.m file, remove them.
-------------------------------------------------------------------------------------------------------------------------------------------------
METHOD #3
Finally, as a last resort, you can issue the line
restoredefaultpath
savepath
to get back to initial "right out of the box" conditions just as if you'd reinstalled MATLAB. This will remove any folders that you have added to the search path after you installed MATLAB and get you back to the original default path.
  댓글 수: 10
Mehdi Dehghan
Mehdi Dehghan 2022년 12월 7일
Thank you for this comment. It was great.
Bryan Mackey
Bryan Mackey 2023년 7월 19일
Thanks. Interesting that the set path window did not contain my defective path; however, the pathdef.m file did. Simple edit and it's fixed.

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

추가 답변 (10개)

Srichakradhar Reddy Nagireddy
Srichakradhar Reddy Nagireddy 2013년 11월 11일
>> edit pathdef.m
  • Remove the directories that are causing the error.
  • Save the file and restart matlab, you will notice that you no longer have the error.
  댓글 수: 17
Danh Phí Thành
Danh Phí Thành 2022년 11월 2일
This also worked for me!
Maurizio Bollini
Maurizio Bollini 2022년 11월 19일
This worked for me, thanks.

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


omid
omid 2018년 4월 6일
Go to File>set path> Defaults> save> close then restart matlab

JRMel
JRMel 2015년 3월 5일
편집: JRMel 2015년 3월 5일
I am having a very similar problem. I get the error below every time I start matlab. I no longer have the crp toolbox. However, the problem paths are not listed when I go to File > Set Path or in pathdef.m
restoredefaultpath savepath --> This doesn't fix the problem
Here are the errors:
  댓글 수: 2
Image Analyst
Image Analyst 2015년 3월 5일
Does that folder exist? Start a new question and attach your startup.m file. You're probably cd'ing to that folder and it's not there.
JRMel
JRMel 2015년 3월 7일
Oh that actually helped me solve the problem! The startup file had a couple of addpath lines to those non-existing files. Thank you very much!

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


Vicente
Vicente 2015년 9월 11일
I have a similar problem. When I first open MATLAB, I see those same warnings, name non existant or not a directory, but I know what's the cause. I have formatted my pc, and somehow Microsoft managed to change my computer User name from what it was previously. Now, I can't run any of my models. Can anyone help me with fixing this problem please?
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 9월 11일
Vicente, consider making a shortcut or symbolic link for the old directory name to point to your current directory name.

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


Manoj Shukla
Manoj Shukla 2020년 4월 1일
Hi Team,
Please provide the solution for step by step
I am having a very similar problem. I get the error below every time I start matlab. I no longer have the crp toolbox. However, the problem paths are not listed when I go to File > Set Path or in pathdef.m
restoredefaultpath savepath --> This doesn't fix the problem
Here are the errors: Offline & Online
>> submit()
Warning: Name is nonexistent or not a directory: C:\Users\lenovo\MATLAB Drive\.\lib
> In path (line 109)
In addpath (line 86)
In submit (line 2)
Warning: Name is nonexistent or not a directory: C:\Users\lenovo\MATLAB Drive\.\lib\jsonlab
> In path (line 109)
In addpath (line 86)
In submitWithConfiguration (line 2)
In submit (line 45)
'parts' requires one of the following:
Automated Driving Toolbox
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);
Error in submit (line 45)
submitWithConfiguration(conf);
Thanks & Regards,
Manoj Shukla
  댓글 수: 2
Image Analyst
Image Analyst 2020년 4월 1일
Open the files it tells you to and change any occurrence of "C:\Users\lenovo\MATLAB Drive" to some folder that you actually DO have.
Walter Roberson
Walter Roberson 2020년 4월 2일
The code for some of the functions for submitWithConfiguration has some lines in which parts is a function, and also has some lines in which parts is a variable. Recent changes in the way MATLAB finds functions and variables say that when you use a single name as a function and a variable in the same routine, that MATLAB is permitted to assume that the name only refers to a variable, and then to complain when the variable does not yet exist at the time that the name was intended to be a function call. You need to edit the code so that uses some other variable name rather than parts

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


Alp utku iyidilli
Alp utku iyidilli 2021년 1월 3일
Warning: Name is nonexistent or not a directory: C:\Users\maila\AppData\Local\Temp\Editor_yviar
Is my error when I run Matlab. I can't understand what the problem is. And plus as I was trying to
cd ~/Desktop
mkdir CONN_Demo
To learn functional connectivity on CONN-Toolbox, I had another problem:
"Cannot CD to C:\Users\maila\Documents\~\Desktop (Name is nonexistent or not a directory)."
Could you tell me what I should do as a non-programmer user?
Thank you in advance...
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 1월 3일
For the first message see
For the other part:
You appear to be going through the tutorial https://andysbrainbook.readthedocs.io/en/latest/FunctionalConnectivity/CONN_ShortCourse/CONN_02_DataDownload.html which is written expecting that the user is using Mac (or possibly Linux). You will need to replace
cd ~/Desktop
with
cd C:\Users\maila\Desktop
In the place it says
movefile('~/Downloads/sub-01_func_sub-01_task-rest_bold.nii.gz', 'sub-01/func')
movefile('~/Downloads/sub-01_anat_sub-01_T1w.nii', 'sub-01/anat')
then instead of ~/Downloads you should give the path to the place you downloaded the .nii.gz and .nii files which might possibly be
movefile('C:\Users\maila\Downloads/sub-01_func_sub-01_task-rest_bold.nii.gz', 'sub-01/func')
movefile('C:\Users\maila/Downloads/sub-01_anat_sub-01_T1w.nii', 'sub-01/anat')
for your particular account -- here the maila refers to your account name which happened to be stated in the error message about C:\Users\maila\Documents\~\Desktop
Alp utku iyidilli
Alp utku iyidilli 2021년 2월 1일
Thank you, I appreciate

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


Maneesa Mustharif TP
Maneesa Mustharif TP 2021년 6월 6일
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib
> In path (line 109)
In addpath (line 86)
In addpath (line 49)
In submit (line 2)
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib/jsonlab
> In path (line 109)
In addpath (line 86)
In addpath (line 49)
In submitWithConfiguration (line 2)
In submit (line 45)
'parts' requires one of the following:
Automated Driving Toolbox
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
UAV Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);
Error in submit (line 45)
submitWithConfiguration(conf);
i have this error when i tried to submit my assignment on matlab.
can you find solution for this?

Walter Roberson
Walter Roberson 2021년 6월 6일
You need to get corrected code from the courseware system; if corrected code is not available, then the responses at the above link describe how to modify the code yourself.

Priya Priya
Priya Priya 2021년 9월 18일
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib
> In path (line 109)
In addpath (line 86)
In addpath (line 49)
In submit (line 2)
Warning: Function Warning: Name is nonexistent or not a directory: /MATLAB Drive/./lib/jsonlab
> In path (line 109)
In addpath (line 86)
In addpath (line 49)
In submitWithConfiguration (line 2)
In submit (line 45)

Jose Hancco
Jose Hancco 2023년 9월 5일
I had the same problem. I've just open by console
open startup.m
and delete directories there. Then save the file and that's all.
  댓글 수: 1
Image Analyst
Image Analyst 2023년 9월 6일
Yes -- you used method #2 in the Accepted answer.

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

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by