Delete the folder existing in the matlab path
27 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gopalakrishnan venkatesan
el 22 de Sept. de 2015
Respondida: Guillaume
el 22 de Sept. de 2015
How can i delete the folder and its subfolder and its files in the matlab path ??
0 comentarios
Respuestas (2)
Stephen23
el 22 de Sept. de 2015
Editada: Stephen23
el 22 de Sept. de 2015
rmdir(folderName,'s')
2 comentarios
Gopalakrishnan venkatesan
el 22 de Sept. de 2015
Editada: Gopalakrishnan venkatesan
el 22 de Sept. de 2015
Guillaume
el 22 de Sept. de 2015
To remove a folder from matlab's search path, use rmpath. This does not delete the folder from disk if it exists. If you've also added subfolders to the path, you need to remove each one of these individually. Alternatively, use
pathtool
to add and remove folders through a UI.
0 comentarios
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!