Top "Cartesian-coordinates" questions

A Cartesian coordinate system specifies each point uniquely in a plane by a pair of numerical coordinates

R: Converting cartesian coordinates to polar coordinates, and then calculating distance from origin

I've been looking for a solution to convert cartesian coordinates (lat, long) that I have to polar coordinates in order …

r coordinates simulation polar-coordinates cartesian-coordinates
Calculating angles between line segments (Python) with math.atan2

I am working on a spatial analysis problem and part of this workflow is to calculate the angle between connected …

python trigonometry angle atan2 cartesian-coordinates
How to convert Longitude,Latitude, Elevation to Cartesian coordinates?

I downloaded weather data and it has longitude (in decimal), latitude (in decimal), and elevation (in m) values. There is …

python python-2.7 coordinate-systems cartesian-coordinates
Reverse imagesc y-axis tick marks to go from positive to negative values

I am using imagesc on my image1 with is a 2023 x 2023 pixel image. figure(1) imagesc(-1016:1015, -1016:1015, image1); I am …

matlab axis cartesian-coordinates
How can I manipulate cartesian coordinates in Python?

I have a collection of basic cartesian coordinates and I'd like to manipulate them with Python. For example, I have …

python coordinates cartesian-coordinates
Triangulation algorithm on grid with signal strength C#

(The small dots in the corners are the nodes and the red dot is the person being tracked) Coordinates: Node …

c# triangulation cartesian-coordinates
How to convert cartesian coordinates to polar coordinates in JS?

I need to know angle of rotation in polar coordinates using X and Y from cartesian coordinates. How to do …

javascript math polar-coordinates cartesian-coordinates
Converting 3D polar coordinates to cartesian coordinates

I've been doing a lot of searching on the math behind this conversion, and the best I've been able to …

math rotation polar-coordinates cartesian-coordinates