How to integate a graph?

조회 수: 2 (최근 30일)
Anas Rao
Anas Rao 2016년 9월 24일
댓글: Walter Roberson 2016년 9월 24일
I have function which is calculating displacement vs time . I want to integarte it. Can any one please help me how I make the function of integration in matlab?

답변 (1개)

Star Strider
Star Strider 2016년 9월 24일
To integrate functions, use integrate and its friends (in earlier versions, quad and its friends). For data (vectors and 2D arrays) use trapz.

카테고리

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