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.

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