Area between two points and a curve
Afficher commentaires plus anciens
Hi All,
I want to find the area between a curve and two points. The equation is:
>> syms x
>> x4=1.18:0.0000001:3;
>> y4=-2*exp(-(x4).^2);
>> graph4= plot(x4,y4);
I want the area to the left hand side! points: (1.18,-0.5) and (1.18,0).
Any thoughts?
Thank you
A

Réponse acceptée
Plus de réponses (1)
madhan ravi
le 30 Déc 2018
Modifié(e) : madhan ravi
le 30 Déc 2018
0 votes
https://www.mathworks.com/matlabcentral/answers/180829-shade-area-between-graphs#answer_169649 - just simply use trapz() to calculate area
1 commentaire
Bristol19
le 30 Déc 2018
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!