how to find area under the curve ?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Réponse acceptée
Plus de réponses (1)
SALAH ALRABEEI
le 9 Juin 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 commentaires
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!