Problem 44972. Area of Triangle with Oblique Coordinates

Find area of triangle given points p1, p2, and p3 where the y-axes is w degrees counter clockwise from the x-axes.
For example:
p1=[1 2];
p2=[4 5];
p3=[-3 -8];
w=30;
area=4.5;%output

Solution Stats

72.22% Correct | 27.78% Incorrect
Last Solution submitted on Jun 16, 2021

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers10

Suggested Problems

More from this Author54

Problem Tags

Community Treasure Hunt

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

Start Hunting!