plot the integral of function
조회 수: 1 (최근 30일)
이전 댓글 표시
i want to calculate and plot the integral of this function , can anyone help me ?
댓글 수: 0
채택된 답변
madhan ravi
2018년 12월 14일
편집: madhan ravi
2018년 12월 14일
If you want specific help post what you tried:
fun = @(theta).... your function without integral
integral(fun,0,pi/2)
댓글 수: 6
madhan ravi
2018년 12월 14일
use cumtrapz() but I did all the experiments I could but breaking this problem was hectic for me...
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!