how to find area under the curve ?
1 次查看(过去 30 天)
显示 更早的评论
采纳的回答
更多回答(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!