Info
This question is closed. Reopen it to edit or answer.
How can i displace the files alfa0.dat, alfa12.dat, alfa13.dat created in Matlab in an specific folder whose name is "Prova"?
1 view (last 30 days)
Show older comments
Answers (1)
Fangjun Jiang
on 6 Mar 2019
movefile()
fullfile()
3 Comments
Fangjun Jiang
on 6 Mar 2019
files=dir('*.st') will give you that list of files. Then go through a loop
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!