integration
조회 수: 1 (최근 30일)
이전 댓글 표시
hi, i have this integral: y(t)=integral(C(t)*dt)
i need to plot y=f(t) how i can do it?
thanks in advance
댓글 수: 1
Jan
2011년 5월 18일
Use an integrator to integrate C. Then call PLOT to draw the results. Please post any details.
답변 (1개)
John D'Errico
2011년 5월 18일
For a numeric vector, just use cumtrapz. For a symbolic function, just evaluate the integrated C(t) at a list of points to plot.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!