cartesian2cylinder
Converts p(x,y,z) from Cartesian into Cylindrical coordinates. Depending on input, function can return scalar, vector or matrix
Arguments
- Coordinate x
- Coordinate y
- Coordinate z
Output
Vector(r, f, z)
Examples
Converts p(x,y,z) from Cartesian into Cylindrical coordinates. Depending on input, function can return scalar, vector or matrix
Vector(r, f, z)