No BSD License
-
mandel126(varargin)
MANDEL126 M-file for mandel126.fig
-
test
-
[x,y,Zvalues]=dummy2(lowerR,h...
This is the short routine that calculates the Mandelbrot set
-
color_change(col,my_view,x,y,...
This function does the coloring and light effect for the Mandel120
-
colorcycling(view,x,y,Zvalues...
-
load_coordinates
-
menu_on
-
save_coordinates
-
save_my_color_map_names()
-
save_my_mandel_coord_names()
lastColor=0;
-
slider_update(slider1,slider8...
Set all Sliders according to their handles values
-
string_map
load the names of the colormaps
-
string_maps
-
textbox_update(text1,text2,te...
this function updates all textboxes that are used in mandel120.m and it
-
View all files
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