필터 지우기
필터 지우기

How to get the integral (function) from a vector?

조회 수: 3 (최근 30일)
carlos g
carlos g 2017년 3월 19일
댓글: carlos g 2017년 3월 20일
Dear all,
I have a vector than can be plotted and I would like to compute its integral. I don't mean the total area below, but how it evolves over the domain of integration. Basically, its "indefinite" integral. Is this possible? maybe via interpolation?
Thank you

답변 (2개)

Star Strider
Star Strider 2017년 3월 19일
I would use the cumtrapz function to integrate it. The last value is the value of the entire integral.
  댓글 수: 1
Image Analyst
Image Analyst 2017년 3월 19일
Or perhaps cumsum() depending on your philosophy of what integration means to you, or depending on the physics of the real world situation.

댓글을 달려면 로그인하십시오.


Roger Stafford
Roger Stafford 2017년 3월 19일
I wrote a function for the File Exchange which uses third order integration methods for discrete sets of points to obtain a cumulative integral, and is therefore usually more accurate than trapz or cumtrapz. It is located at:
http://www.mathworks.com/matlabcentral/fileexchange/19152-cumulative-cubic-integration .
  댓글 수: 1
carlos g
carlos g 2017년 3월 20일
Hi Roger,
It worked just perfectly, thanks a lot!

댓글을 달려면 로그인하십시오.

카테고리

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