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_orient.m
x = linspace(eps,1,500);
plot(x, x.*sin(1./x));
orient('landscape')
print -deps2 trace2.eps
orient('portrait')
print -deps2 trace1.eps

Contact us at files@mathworks.com