sprintf changes in each iteration
古いコメントを表示
Hey guys, I want to change the sprintf in each iteration using a for loop. I want to read 1403 for a mat file and also I want to change the value 1 in each iteration. So, the value of 1 will increase in each iteration. And also in each iteration 1403 value will change and it will come from a mat file.
for iFile=1:10
sprintf( 'A_1_20%4d',(1403-iFile) ) );
end
Thanks in advance.
1 件のコメント
ANDREA FORCELLA
2022 年 4 月 29 日
@Md i don't understand your question, it's indecipherable!!!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!