What is the interpretation of trapz(x,cumtrapz(x,y))?

3 次查看(过去 30 天)
x = (-12:12);
y = zeros(1,numel(x));
y(12:14) = 0.33;
z = trapz(x,cumtrapz(x,y));
edit: Alternatively what does the integral of a cumulative integral mean?

采纳的回答

Walter Roberson
Walter Roberson 2017-11-3
It would effectively be a double integration over the same domain

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by