How do i copy the content of a folder into another folder.
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Boateng
el 12 de Mzo. de 2019
Respondida: Sean de Wolski
el 12 de Mzo. de 2019
I have a folder with 5 matfiles and I want to copy these matfiles into an empty folder I have created . Please how do i go about it. Thank you
0 comentarios
Respuesta aceptada
Sean de Wolski
el 12 de Mzo. de 2019
doc copyfile
doc dir
doc fullfile
Use dir to get the file name and current path, fullfile to build the old and new full file paths and copyfile to copy them one at a time in a loop.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!