Feeds
提问
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...
9 years 前 | 1 个回答 | 0
1
个回答提问
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...
9 years 前 | 1 个回答 | 0
