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
|
| string_map
|
function string_map
load colmapNumber
%load the names of the colormaps
load 'color_set.mat'
handles.colmapNumber=lastColor
lastColor=lastColor+1;
handles.col=12+lastColor;
name2=strcat('MyColorMaps',num2str(lastColor));
%mandelcmap=colormap;
%'save(name2,'mandelcmap');
%save('colmapNumber','lastColor');
%mystrings=handles.colormap_names
mystrings1=strcat('mandel',num2str(lastColor));
%mystrings2=strcat(mystrings, mystrings1)
for i=1 :lastColor
mystrings(i)
end
mystrings(lastColor+1)='monster'
mystrings2
%set(handles.popupmenu1,'Visible','on','String',mystrings);
%guidata(hObject, handles);
|
|
Contact us at files@mathworks.com