Displaying azimuth angles around a cylinder

1 vue (au cours des 30 derniers jours)
Dave
Dave le 8 Oct 2014
Modifié(e) : Dave le 11 Oct 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

Réponse acceptée

Dave
Dave le 11 Oct 2014
Modifié(e) : Dave le 11 Oct 2014
polar(0,1);hold on
[X,Y,Z] = cylinder;
surf(X,Y,Z)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by