from
Mandelbrot120
by Dr. Jens Koopmann
Lets you easily zoom into Mandelbrot set (2D/3D)
|
| load_custom_cmap
|
function load_custom_cmap
%This program loads the custom colormaps for the mandel120.m file.
%Example load_custom_cmap
load('MyColormaps1','mandelcmap1')
load('MyColormaps2','mandelcmap2')
load('MyColormaps3','Mandelcmap3')
load('MyColormaps4','mandelcmap4')
end
|
|
Contact us at files@mathworks.com