Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How can i displace the files alfa0.dat, alfa12.dat, alfa13.dat created in Matlab in an specific folder whose name is "Prova"?
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
Fangjun Jiang
2019 年 3 月 6 日
movefile()
fullfile()
3 件のコメント
Fangjun Jiang
2019 年 3 月 6 日
files=dir('*.st') will give you that list of files. Then go through a loop
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!