フィルターのクリア

create folders using matlab

4 ビュー (過去 30 日間)
shaz
shaz 2012 年 11 月 9 日
i need a folder of this structure
folderA-----> FolderB------->FolderC,FolderD,FolderE
basically folderA contains FolderB & FolderB contains FolderC,FolderD & FolderE

採用された回答

Image Analyst
Image Analyst 2012 年 11 月 9 日
編集済み: Image Analyst 2012 年 11 月 9 日
Use this:
mkdir(['folderA/folderB/folderC/folderD/folderE']);
folderA could also contain a drive, like 'D:\myFolder'.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by