Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can i displace the files alfa0.dat, alfa12.dat, alfa13.dat created in Matlab in an specific folder whose name is "Prova"?
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    

0 comentarios
Respuestas (1)
  Fangjun Jiang
      
      
 el 6 de Mzo. de 2019
        movefile()
fullfile()
3 comentarios
  Fangjun Jiang
      
      
 el 6 de Mzo. de 2019
				files=dir('*.st') will give you that list of files. Then go through a loop
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!