I need to write multiple file names into a text file.

1 visualización (últimos 30 días)
I am supposed to name my file name as 921.src.bmp.txt(it will change after every iteration) and want to write my multiple image file names in that file(921.src.bmp). How to write this part of code.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 5 de Ag. de 2015
k=921
filename=sprintf('%d.src.bmp.txt',k)

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by