No BSD License
theta = linspace(0,5*pi,500); z = linspace(0,10,500); plot3(z.*cos(theta), z.*sin(theta), z, 'ro'); title('Une spirale','fontsize', 18);
Contact us at files@mathworks.com