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.

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