from
Mandel121
by Dr. Jens Koopmann Cool tool to zoom into the Mandebrot Set. 2/3D images are supported.
save_my_color_map_names()
function save_my_color_map_names()
mystrings={'jet','hsv','gray','prism','cool','hot','copper','pink','spring','summer','autumn','winter'};
lastColor=0;
save('color_set','mystrings')
save('colmapNumber','lastColor');
end