Borrar filtros
Borrar filtros

adding a string to the file name for all files

2 visualizaciones (últimos 30 días)
fima v
fima v el 22 de Feb. de 2017
Respondida: Rik el 22 de Feb. de 2017
Hello i have txt files in my folder,how can i change their file name by adding a string to the start of the file name so af older with aa90.txt bb90.txt cc90.txt will become str_aa90.txt str_bb90.txt str_cc90.txt
thanks

Respuesta aceptada

Rik
Rik el 22 de Feb. de 2017
You can use the function dir find out the file names in a folder. If you Google on [rename files matlab], you can find this answer.
From here you should be able to write the code yourself. If you get errors or don't understand the help text of the functions you need, I'll be glad to help.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings 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!

Translated by