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

1 Ansicht (letzte 30 Tage)
maira alvi
maira alvi am 5 Aug. 2015
Beantwortet: Azzi Abdelmalek am 5 Aug. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by