area_under_curve_test


area_under_curve_test is a MATLAB function which tests area_under_curve.

Related Data and Programs:

area_under_curve, a MATLAB function which displays the area under a curve, that is, the points (x,y) between the X axis and the curve Y=F(X).

Source Code:

F1 is the function y=3/4 (1-x^2), between -1.5 and +1.5.

F2 is the function y=2x between 0.0 and +1.0.

F3 is the function y=exp(-x) between 0.0 and +3.0.

F4 is the function y=exp(-0.5*(x-5)^2) between 0.0 and +7.0.


Last revised on 05 November 2018.