Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How can i displace the files alfa0.dat, alfa12.dat, alfa13.dat created in Matlab in an specific folder whose name is "Prova"?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Réponses (1)
Fangjun Jiang
le 6 Mar 2019
movefile()
fullfile()
3 commentaires
Fangjun Jiang
le 6 Mar 2019
files=dir('*.st') will give you that list of files. Then go through a loop
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!