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_comet.m
theta = linspace(0,5*pi,500);
z = linspace(0,10,500);
figure
comet3(z.*cos(theta), z.*sin(theta), z);
hold on


Contact us at files@mathworks.com