Filter löschen
Filter löschen

Create a new folder using matlab.

2 Ansichten (letzte 30 Tage)
ck
ck am 26 Jun. 2016
Beantwortet: Image Analyst am 26 Jun. 2016
How can I create a new folder to save the outputs in matlab? Is there any certain function for it?
Thank you

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by