Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Burke Rosen
Burke Rosen am 3 Nov. 2017
Beantwortet: Walter Roberson am 3 Nov. 2017
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Nov. 2017
It would effectively be a double integration over the same domain

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by