cartesian2sphere_f
Converts p(x,y,z) from Cartesian into Spherical coordinates. Returns only the f coordinate. Depending on input, function can return scalar, vector or matrix
Arguments
- Coordinate x
- Coordinate y
- Coordinate z
Output
Coordinate f
Examples