how to use for loop to get updated eveytime while saving inage
1 回表示 (過去 30 日間)
古いコメントを表示
global i;
name=get(handles.edit1,'string');
y=strcat(name,k1,'.png')
imwrite(i,y)
problem is i m not able to update "K1"
how can i use for loop to update evertime n start from the last vale whenever started again
ex image='nameK1.png
img1=sp1.png img2=sp2.png ....
should go like this
0 件のコメント
採用された回答
その他の回答 (1 件)
Image Analyst
2017 年 8 月 19 日
This is a FAQ question, so see the FAQ for code samples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!