No BSD License  

Highlights from
Mandel126

image thumbnail
from Mandel126 by Dr. Jens Koopmann
Animated Mandelbrot set

test
function test
f = figure;
h = uicontrol('Position',[20 20 200 40],'String','Continue',...
              'Callback','uiresume(gcbf)');
disp('This will print immediately');
uiwait(gcf); 
disp('This will print after you click Continue');
close(f);

Contact us at files@mathworks.com