i have a dataset of images with name 1(1),1(2),..,1(10) and want to read the image one by one...how should i apply 'for loop' to read the image one by one
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Walter Roberson
2013 年 3 月 21 日
4 件のコメント
Walter Roberson
2013 年 3 月 22 日
If "J" is your loop counter (image number), then
a{J} = .... %the image data
Notice the curly-brackets.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!