DSPRelated.com
Forums

Re: Digest Number 132

Started by Ludovic Coppel May 15, 2001
Hi!

THis is one way to deal with the problem. Hope it helps.
for t=1:3
A{t} = imread(['image' num2str(t) '.bmp']);
end

Regards,

/Ludovic

--------------------------------
Ludovic Coppel
ACREO AB
Elektrum 236
164 40 KISTA
Bes Isafjordsgatan 22
Tel 08-632 77 33
Fax 08-750 54 30
E-mail
http://www.acreo.se >>> <> 05/15/01 10:03am >>>
_____________________________________
N
Dear all,

I'd like to read several image files, e.g images1.bmp, images2.bmp, ... ,
imagesN.bmp.
How can I read it automatically using "for" loop ?

Any suggestion is welcomed.

Thank you very much,

Seto