Date: Dec 8, 2012 6:19 PM Author: raghda Subject: saving the variables in for loop plz i have this code
for i=1:26
imFilename = sprintf('DB/%d.jpg', i);
[im , des , loc ] = sift(imFilename,i);
end
and i need for each iteration , the output is saved likes "im1 des1 loc1 for the first saved file and im2 des2 loc2 for the secon saved file... " by function save ('filename.mat') but i need it for each "i"