<< deg2rad | Trigonometric functions | rad2deg >> |
[x, y] = pol2cart(theta, rho) |
[x, y, z] = pol2cart(theta, rho, z) |
a numeric value: Angular coordinate.
a numeric value: Radial coordinate.
a numeric value: Elevation coordinate.
a numeric value (double or single real): Cartesian coordinates
a numeric value (double or single real): Cartesian coordinates
a numeric value (double or single real): Cartesian coordinates
theta = [0 pi/4 pi/2 pi];
rho = [5 5 10 10];
[x, y] = pol2cart(theta, rho)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET