Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
Burke Rosen
Burke Rosen le 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?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by