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_axis1.m
theta = linspace(0, 2*pi, 500);
x = 1.5*cos(theta); y = 1.5*sin(theta); 
subplot(1, 5, 1);  plot(x, y);
subplot(1, 5, 2);  plot(x, y);  axis tight
subplot(1, 5, 3);  plot(x, y);  axis equal
subplot(1, 5, 4);  plot(x, y);  axis square
subplot(1, 5, 5);  plot(x, y);  axis off

Contact us at files@mathworks.com