No BSD License  

Highlights from
Mandel126

image thumbnail
from Mandel126 by Dr. Jens Koopmann
Animated Mandelbrot set

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   

Contact us at files@mathworks.com