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