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!


