Effacer les filtres
Effacer les filtres

Create a new folder using matlab.

2 vues (au cours des 30 derniers jours)
ck
ck le 26 Juin 2016
How can I create a new folder to save the outputs in matlab? Is there any certain function for it?
Thank you

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by