how to find area under the curve ?
    4 views (last 30 days)
  
       Show older comments
    
Accepted Answer
More Answers (1)
  SALAH ALRABEEI
      
 on 9 Jun 2021
        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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


