Section: Handle-Based Graphics
y = copper
copper
--> x = linspace(-1,1,512)'*ones(1,512); --> y = x'; --> Z = exp(-(x.^2+y.^2)/0.3); --> image(Z); --> colormap(copper); --> quit
which results in the following image