Filter löschen
Filter löschen

how to sort Indices of a circle in a 3d plane clockwise?

4 Ansichten (letzte 30 Tage)
ELI
ELI am 28 Jan. 2014
Kommentiert: ELI am 28 Jan. 2014
Hi,
I have a sort of dots circle in a 3d plane and I want all the indices of the dots to be arranged clockwise. the indices of the dots are attached. Do you know how to do that?
  2 Kommentare
Roger Stafford
Roger Stafford am 28 Jan. 2014
In three dimensions the notion of clockwise versus counterclockwise loses its meaning. The notion of clockwise rotation is strictly a two-dimensional concept. It has the same indeterminacy as trying to distinguish between the two sides of an arbitrary three-dimensional plane. Which side is the "plus" side and which is the "minus" side?
Mischa Kim
Mischa Kim am 28 Jan. 2014
Good point, Roger. Mathematically absolutely correct. From an engineering perspective I would argue that there is a somewhat "obvious" (and therefore in that same sense mathematically not necessarily definable), acceptable solution to the problem.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mischa Kim
Mischa Kim am 28 Jan. 2014
Bearbeitet: Mischa Kim am 28 Jan. 2014
From the x and y data (from ind.mat) compute the polar angles of the dots using atan2. Add the polar angles as the fourth row to the matrix. Then use the sort command to sort the dots in descending order (in terms of angles).
  1 Kommentar
ELI
ELI am 28 Jan. 2014
Works grate except that it's needed to subtract the mean of x from x and the mean of y from y in order to set the center of the circle at the origin.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by