Community Profile

photo

Mert Ayduman


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


What's wrong with my polygon area calculator code
Hi, I wrote this code. It essentially calculates area of a polygon when given coordinates by shoelace formula. But it gives me w...

7 years ago | 1 answer | 0

1

answer

Question


Invalid Message ID Format. Is my syntax wrong?
function area = areaof3ang(x1,y1,x2,y2,x3,y3) if nargin~=6 error(message('You need to input 6 values for 3 points. A...

7 years ago | 1 answer | 0

1

answer