create folders using matlab

2 visualizaciones (últimos 30 días)
shaz
shaz el 9 de Nov. de 2012
i need a folder of this structure
folderA-----> FolderB------->FolderC,FolderD,FolderE
basically folderA contains FolderB & FolderB contains FolderC,FolderD & FolderE

Respuesta aceptada

Image Analyst
Image Analyst el 9 de Nov. de 2012
Editada: Image Analyst el 9 de Nov. de 2012
Use this:
mkdir(['folderA/folderB/folderC/folderD/folderE']);
folderA could also contain a drive, like 'D:\myFolder'.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by