Wednesday, March 23, 2005

MATLAB: Read bunch of images

for N=1:20
temp1 = ['ear',num2str(N),'.bmp'];
img0=imread(temp1);
end

No comments:

Post a Comment