필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
Burke Rosen
Burke Rosen 2017년 11월 3일
답변: Walter Roberson 2017년 11월 3일
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