Displaying azimuth angles around a cylinder

7 visualizaciones (últimos 30 días)
Dave
Dave el 8 de Oct. de 2014
Editada: Dave el 11 de Oct. de 2014
Hi,
Is there an easy way to display tick marks in terms of azimuthal angles? For instance, I would like to display azimuth angles around the bottom of the cylinder:
[X,Y,Z] = cylinder;
surf(X,Y,Z)
Dave

Respuesta aceptada

Dave
Dave el 11 de Oct. de 2014
Editada: Dave el 11 de Oct. de 2014
polar(0,1);hold on
[X,Y,Z] = cylinder;
surf(X,Y,Z)

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by