Displaying azimuth angles around a cylinder

1 次查看(过去 30 天)
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

采纳的回答

Dave
Dave 2014-10-11
编辑:Dave 2014-10-11
polar(0,1);hold on
[X,Y,Z] = cylinder;
surf(X,Y,Z)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Clutter 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by