Calculus with MATLAB, area under the curve
3 次查看(过去 30 天)
显示 更早的评论
Write a Matlab function M-file that carries out the calculation of area under the curve for any function f,interval [a,b] and choice of n regular partitions. Example: myReiemannSum.m
I need to find another method to solve this question instead of the example given. Is that possible to write a function to calculate any area under any function ?
0 个评论
回答(2 个)
Titus Edelhofer
2015-7-22
Hi,
the "area under a curve" is also known as integrating the function. This should give you a starting point for searching ...
Titus
0 个评论
Jan
2015-7-22
Take the time to search in the internet before asking a question.
You will find a lot of matching answers, e.g. even here in the forum: http://www.mathworks.com/matlabcentral/answers/229878-matlab-function-of-area-under-the-curve
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!