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

1 vue (au cours des 30 derniers jours)
maira alvi
maira alvi le 5 Août 2015
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.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 5 Août 2015
k=921
filename=sprintf('%d.src.bmp.txt',k)

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by