Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Polar 3D plot

Status
Not open for further replies.

Gurgeh

Computer
Joined
Apr 25, 2006
Messages
1
Location
DE
I have a grid of data, columns are the circular angle theta from 0 to 360, and rows are the azimuthal angle phi, from 0 to 180. Currently I use surf to plot this grid, but I would prefer to use a polar plotter so that at least the circular angle is correct and the azimuthal angle is the radius. the height would be the values stored in the grid. is there any function that can do this?
 
I'd convert it to cartesian using sph2cart, than do a plot3 on the (x,y,z) data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top