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