3D Scatter Plot in Cylindrical Coordinates

조회 수: 13 (최근 30일)
Lemar DeSalis
Lemar DeSalis 2011년 4월 30일
I want to visualize some data that is given in cylindrical coordinates (polar coordinates with a third component), e.g. each data point has an angle, a radius, and a z-component.
I know that I could convert all the points to cartesian coordinates and use scatter3 to plot them. The big problem is, that you can't read the angle and the radius of the first two components from the resulting graphic (MATLAB just draws a cube around that scatter plot).
So I want some cylindric scale, which shows the angle in degrees (0...360), radius, and z-component. Basically just like scatter3, but the points should be surrounded by a cylinder (with proper annotation), not by a cube.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by