Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by