Azzera filtri
Azzera filtri

Find angle in a open curve

1 visualizzazione (ultimi 30 giorni)
Sajid Rahim
Sajid Rahim il 31 Lug 2017
Commentato: Sajid Rahim il 29 Ago 2017
in image step wise I show the wanted result.... But i am new in matlab in have no coding expernce so plz help me....

Risposta accettata

KSSV
KSSV il 31 Lug 2017
Let P1, P2,P3 be three points....with P2 in middle....get two vectors and use the formula given in this link: https://in.mathworks.com/matlabcentral/answers/101590-how-can-i-determine-the-angle-between-two-vectors-in-matlab
u = P2-P1 ;
v = P2-P3 ;

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by