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

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 5 Ago 2015
k=921
filename=sprintf('%d.src.bmp.txt',k)

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by