How do I make a new folder and then name it using the string stored within a variable.
13 ビュー (過去 30 日間)
古いコメントを表示
I have named a variable s2. The string stored within s2 is '3 min RT'.
I want to create a new folder named "3 min RT".
At the moment when I use mkdir s2, the folder created is called s2 and not "3 min RT".
Anyhelp please? Thanks!
2 件のコメント
回答 (2 件)
Nicholas Byres
2019 年 7 月 22 日
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!