标签: matlab area
如果我有x数据
x = [a, b, c, d ...]
和y数据
y= [a, b, c, d...]
并假设这是x和y
我如何获得或确定曲线下面积?提前谢谢!
答案 0 :(得分:1)
你可能会试试trapz(x,y)。
http://www.mathworks.com/matlabcentral/answers/154089-area-under-curve-no-function