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