MATLAB Function Reference Previous page   Next Page
sph2cart

Transform spherical coordinates to Cartesian

Syntax

Description

[x,y,z] = sph2cart(THETA,PHI,R) transforms the corresponding elements of spherical coordinate arrays to Cartesian, or xyz, coordinates. THETA, PHI, and R must all be the same size. THETA and PHI are angular displacements in radians from the positive x-axis and from the x-y plane, respectively.

Algorithm

The mapping from spherical coordinates to three-dimensional Cartesian coordinates is

See Also

cart2pol, cart2sph, pol2cart


Previous page  spfun sphere Next page

© 1994-2005 The MathWorks, Inc.