No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_alpha.m
f = inline('sin(abs(z)/20).*exp(-abs(z))');
x= linspace(-2, 2, 40); [xx, yy]= meshgrid(x);
zz = f(xx+i*yy);
subplot(1,2,1)
surf(xx,yy,zz); colormap(gray);view(45,37.5), shading interp
title('\bfcach', 'fontsize', 18)
subplot(1,2,2)
h=surf(xx,yy,zz); colormap(gray);view(45,37.5), shading interp
alpha(0.5)
title('\bfsemi-transparent', 'fontsize', 18)

Contact us at files@mathworks.com