Deleting temporal path files
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When starting MATLAB R2017b for MacOSX I obtain the following messages:
Warning: Name is nonexistent or not a directory:
/Users/jpeinado/Desktop/2018-JCAM-costayher-(revisionmetodos)/Codigos_hermites_2017 (01-06_2018)
Warning: Name is nonexistent or not a directory:/Users/jpeinado/Desktop/2018-JCAM-costayher-(revision
metodos)/Codigos_hermites_2017 (01-06_2018)/Resultados_pr_met_cos
Warning: Name is nonexistent or not a directory:
/Users/jpeinado/Desktop/2018-JCAM-costayher-(revisionmetodos)/Codigos_hermites_2017 (01-06_2018)/Resultados_pr_met_cos_old
.
.
.
I think these are former directories, but I dont know how to reset these paths
0 comentarios
Respuesta aceptada
Más respuestas (2)
Jesús
el 12 de Feb. de 2019
Editada: Jesús
el 12 de Feb. de 2019
2 comentarios
Jan
el 12 de Feb. de 2019
Editada: Jan
el 12 de Feb. de 2019
pathtool is the Matlab function, which starts the GUI for editing the pathdef.m file. Either edit the file or select the folders in the GUI and when you press the "Save" button, the pathtool modifies the pathdef.m file.
I assume, you need admin privileges to modify the file.
Alternative: Use rmpath to remove the folders from the path and call savepath to store the path in the pathdef.m file.
Ver también
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!