No BSD License
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