Delete the folder existing in the matlab path
古いコメントを表示
How can i delete the folder and its subfolder and its files in the matlab path ??
回答 (2 件)
rmdir(folderName,'s')
2 件のコメント
Gopalakrishnan venkatesan
2015 年 9 月 22 日
編集済み: Gopalakrishnan venkatesan
2015 年 9 月 22 日
Stephen23
2015 年 9 月 22 日
Call dir D:\Bala and tell us exactly what is displayed.
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.
カテゴリ
ヘルプ センター および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!