How to find the angle of triangle in Matlab
- by Jessy
I'm trying to find the angle of the the triangle in matlab.
e.g. in the triangle below, I want to find the angle of ABC (marked as black).
if a = 40, b=50,
How I can I find the angle (in degree) of ABC in Matlab ?
Thanks