Warning: Name is nonexistent or not a directory

4 visualizaciones (últimos 30 días)
Alexis Riffard
Alexis Riffard el 3 de Oct. de 2016
Comentada: Alexis Riffard el 3 de Oct. de 2016
Hy, I have a problem with my matlab code when i try to run it : Warning: Name is nonexistent or not a directory: /home/psantos/Demos > In path at 110 In shark at 8
I already try to restoredefaultpath; savepath; but its change nothing. I just see that in the path it is /home/psantos/demos with a d and not D but i am new to matlab and i do not really know how it works.
Thank you Thank you

Respuestas (1)

Todd Flanagan
Todd Flanagan el 3 de Oct. de 2016
If you are in linux or Mac paths are case sensitive.
rmpath('/home/psantos/Demos')
addpath('/home/psantos/demos')
will probably right the ship.
  1 comentario
Alexis Riffard
Alexis Riffard el 3 de Oct. de 2016
Thank you When i write rmpath ('home/psantos/Demos') It tell me Warning: home/psantos/Demos not found in path.
But in the path there is just home/psantos/demos the home/psantos/Demos doesnt exist. Yes i am using Linux

Iniciar sesión para comentar.

Categorías

Más información sobre Search Path 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