问题 I made a gui and I have a code (thanks Amro) that shows me a gif file. I want to show this gif file in 'hAxes' till the gui is closed (show it with the other uicontrol). I have a folder that has 200 pictures (image1.jpg, image2.jpg... image200.jpg) and I perform some things about these images (in loading1 uicontrol). I try something like: hFigure = figure('units','pixels','position',[300 300 424 470],'menubar','none',... 'name','start processing','numbertitle','off','resize','off'); hAxes =