How to find the area between the curves
4 views (last 30 days)
Show older comments
Hi all,
Being new to matlab I am not able to find the answer.
I have a curve, and I need to find the area enclosed by it.
Please see the attached picture.
Any help would be appreciated. :)

Answers (1)
Shubh Sahu
on 30 Jan 2020
Hey!
If you have x and y vectors of the same length, then you can use polyarea or trapz fucntion.
for more information please refer to these links:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!