find the angles of a triangle given double coordinates
Show older comments
I am given 3 double coordinates, using them I need to find the angle (cosine and sine) of the triangle
a1=1.49895;
a2=2.62186;
b1=1.49747;
b2=2.62186;
c1=1.49747;
c2=2.62471;
Thanks in advance
1 Comment
Dyuman Joshi
on 11 Apr 2022
FIrst of all, this question doesn't have anything to do with MATLAB. It's a simple mathematics problemand looks like a homework question/assignment.
Second, even doing a quick google search would have helped you.
Accepted Answer
More Answers (1)
Walter Roberson
on 11 Apr 2022
0 votes
The second output of the boundary() function is the area of the enclosed polygon.
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!