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

1 回表示 (過去 30 日間)
maira alvi
maira alvi 2015 年 8 月 5 日
回答済み: Azzi Abdelmalek 2015 年 8 月 5 日
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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by