Area between two points and a curve
古いコメントを表示
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

採用された回答
その他の回答 (1 件)
madhan ravi
2018 年 12 月 30 日
編集済み: madhan ravi
2018 年 12 月 30 日
0 投票
https://www.mathworks.com/matlabcentral/answers/180829-shade-area-between-graphs#answer_169649 - just simply use trapz() to calculate area
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!