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 vue (au cours des 30 derniers jours)

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Mar 2013
  4 commentaires
Walter Roberson
Walter Roberson le 22 Mar 2013
If "J" is your loop counter (image number), then
a{J} = .... %the image data
Notice the curly-brackets.
tamanna
tamanna le 22 Mar 2013
i got it...thnks a lot.. i was using this one ().

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by