No BSD License  

Highlights from
Mandel121

image thumbnail
from Mandel121 by Dr. Jens Koopmann
Cool tool to zoom into the Mandebrot Set. 2/3D images are supported.

slider_update(slider1,slider8,slider9,slider12,pop1,MaxIter,stepsRes,x_view,y_view,col)
function slider_update(slider1,slider8,slider9,slider12,pop1,MaxIter,stepsRes,x_view,y_view,col)
% Set all Sliders according to their handles values
%Example 
set(slider1,'Value',MaxIter/1000);
set(slider12,'Value',stepsRes/1500);
set(slider8,'Value',x_view/360);
set(slider9,'Value',y_view/360);
set(pop1,'Value',col);
end

Contact us at files@mathworks.com