Reply by enas...@gmail.com May 7, 20072007-05-07
hi all

can i ask ..i have a siminar on 13 may 2007

i have an image processing application i want to modify the standard menu bar..

can I???

i have another question

if i have a for loop
how can i make a delay to the first step and then continue another step

this is my code:

for i = 1:7
str = strcat(int2str(i),'.jpg');
eval('img=imread(str);');
f=imshow(img);
end

how can i make a delay between every imshow(img)

with regards

enas