plot the integral of function

조회 수: 1 (최근 30일)
clear marklina
clear marklina 2018년 12월 14일
댓글: madhan ravi 2018년 12월 14일
i want to calculate and plot the integral of this function , can anyone help me ?

채택된 답변

madhan ravi
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
clear marklina
clear marklina 2018년 12월 14일
편집: clear marklina 2018년 12월 14일
thank you mr madhan, it works and give sto me ans=0.6094, , can you help me how can i plot this integral !
madhan ravi
madhan ravi 2018년 12월 14일
use cumtrapz() but I did all the experiments I could but breaking this problem was hectic for me...

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Just for fun에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by