how to find area under the curve ?
조회 수: 4 (최근 30일)
이전 댓글 표시
댓글 수: 0
채택된 답변
추가 답변 (1개)
SALAH ALRABEEI
2021년 6월 9일
Use polyarea(x,y); you need to have a polygon; That is, ur first point must by ur lasr point. You can do so by adding this to ur x y data x(end+1)=x(1);y(end+1)=y(1);
Then apply the polyarea function
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!