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
|
| save_my_mandel_coord_names()
|
function save_my_mandel_coord_names()
mystrings={'Original Set'};
%lastColor=0;
save('Mandel_coord_Names','mystrings')
%save('colmapNumber','lastColor');
end
|
|
Contact us at files@mathworks.com