Displaying azimuth angles around a cylinder

7 Ansichten (letzte 30 Tage)
Dave
Dave am 8 Okt. 2014
Bearbeitet: Dave am 11 Okt. 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

Akzeptierte Antwort

Dave
Dave am 11 Okt. 2014
Bearbeitet: Dave am 11 Okt. 2014
polar(0,1);hold on
[X,Y,Z] = cylinder;
surf(X,Y,Z)

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by