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 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