plot the integral of function
1 view (last 30 days)
Show older comments
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 ?
0 Comments
Accepted Answer
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
madhan ravi
on 14 Dec 2018
use cumtrapz() but I did all the experiments I could but breaking this problem was hectic for me...
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!