Effacer les filtres
Effacer les filtres

How to know how points are from the same line?

1 vue (au cours des 30 derniers jours)
Ahmad Adee
Ahmad Adee le 29 Mai 2017
Réponse apportée : KSSV le 30 Mai 2017
I have set of points. I want to check how many of them belong to the same line or the end coordinates of each line.
For example I have matrix A= [1 2; 3 4; 5 6] and I want to check the above.
For example i need to know about 5 points of the four different lines. (starting or end of each of the four)
  1 commentaire
John D'Errico
John D'Errico le 29 Mai 2017
What does A have to do with the picture that you show? There seems to be no obvious relation. If you want an answer, then you need to explainCLEARLY what you are looking to do.

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 30 Mai 2017
If you have a set of points, to determine whether they fall/ lie along a straight line, calculate the area...if area is zero then the points lie along a straight line. You can get the area give a set of points using polyarea.

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by