MATLAB: How to introduce delay

image procssing

i have 100 images ans say i have performed edge detection on all images ,if i run it ,i get edge detected imaged,but i need to increase the time delay between image ,i.e ,wen images pop up i need to delay it ,how to do ,please help

Best Answer

pause(0.5)
would give a 1/2 second delay. Adjust the time to whatever is suitable.
Related Question