Borrar filtros
Borrar filtros

Create a new folder using matlab.

2 visualizaciones (últimos 30 días)
ck
ck el 26 de Jun. de 2016
Respondida: Image Analyst el 26 de Jun. de 2016
How can I create a new folder to save the outputs in matlab? Is there any certain function for it?
Thank you

Respuesta aceptada

Image Analyst
Image Analyst el 26 de Jun. de 2016
Yes. mkdir()
if ~exist(folderName, 'dir')
mkdir(folderName);
end

Más respuestas (0)

Categorías

Más información sobre File Operations 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