フィルターのクリア

Create a new folder using matlab.

2 ビュー (過去 30 日間)
ck
ck 2016 年 6 月 26 日
回答済み: Image Analyst 2016 年 6 月 26 日
How can I create a new folder to save the outputs in matlab? Is there any certain function for it?
Thank you

採用された回答

Image Analyst
Image Analyst 2016 年 6 月 26 日
Yes. mkdir()
if ~exist(folderName, 'dir')
mkdir(folderName);
end

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by