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

1 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by