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
Walter Roberson 2013 年 3 月 21 日
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 22 日
If "J" is your loop counter (image number), then
a{J} = .... %the image data
Notice the curly-brackets.
tamanna
tamanna 2013 年 3 月 22 日
i got it...thnks a lot.. i was using this one ().

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by