Delete the folder existing in the matlab path
27 次查看(过去 30 天)
显示 更早的评论
How can i delete the folder and its subfolder and its files in the matlab path ??
0 个评论
回答(2 个)
Guillaume
2015-9-22
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!