The inputs x
, y
(, and z
) must be the same shape, or
scalar. If called with a single matrix argument then each row of C
represents the Cartesian coordinate (x
, y
(, z
)).
cart2pol(x, y = NULL, z = NULL)
A matrix P
where each row represents one
polar/(cylindrical) coordinate (theta
, r
, (,
z
)).
x-coordinates or matrix with three columns
y-coordinates (optional, if x
) is a matrix
z-coordinates (optional, if x
) is a matrix
Kai Habel
David Sterratt
pol2cart
, cart2sph
,
sph2cart