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

70.0% Correct | 30.0% Incorrect
Last Solution submitted on May 26, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers11

Suggested Problems

More from this Author55

Problem Tags

Community Treasure Hunt

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

Start Hunting!