plot the integral of function

1 view (last 30 days)
clear marklina
clear marklina on 14 Dec 2018
Commented: madhan ravi on 14 Dec 2018
i want to calculate and plot the integral of this function , can anyone help me ?

Accepted Answer

madhan ravi
madhan ravi on 14 Dec 2018
Edited: madhan ravi on 14 Dec 2018
If you want specific help post what you tried:
fun = @(theta).... your function without integral
integral(fun,0,pi/2)
  6 Comments
clear marklina
clear marklina on 14 Dec 2018
Edited: clear marklina on 14 Dec 2018
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 on 14 Dec 2018
use cumtrapz() but I did all the experiments I could but breaking this problem was hectic for me...

Sign in to comment.

More Answers (0)

Categories

Find more on Just for fun in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!