Azzera filtri
Azzera filtri

Create a new folder using matlab.

2 visualizzazioni (ultimi 30 giorni)
ck
ck il 26 Giu 2016
Risposto: Image Analyst il 26 Giu 2016
How can I create a new folder to save the outputs in matlab? Is there any certain function for it?
Thank you

Risposta accettata

Image Analyst
Image Analyst il 26 Giu 2016
Yes. mkdir()
if ~exist(folderName, 'dir')
mkdir(folderName);
end

Più risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by