create folders using matlab
2 views (last 30 days)
Show older comments
i need a folder of this structure
folderA-----> FolderB------->FolderC,FolderD,FolderE
basically folderA contains FolderB & FolderB contains FolderC,FolderD & FolderE
0 Comments
Accepted Answer
Image Analyst
on 9 Nov 2012
Edited: Image Analyst
on 9 Nov 2012
Use this:
mkdir(['folderA/folderB/folderC/folderD/folderE']);
folderA could also contain a drive, like 'D:\myFolder'.
0 Comments
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!