plot the integral of function

 Risposta accettata

madhan ravi
madhan ravi il 14 Dic 2018
Modificato: madhan ravi il 14 Dic 2018
If you want specific help post what you tried:
fun = @(theta).... your function without integral
integral(fun,0,pi/2)

6 Commenti

thanks mr madhan for your answer and how can i plot it ?
Clear Marklina's answer moved here for consistency:
i'm trying this,but it doesn't give the result :
f=@(theta)((cos(pi/2*cos(theta))^(2))/sin(theta));
integral(f,0,pi/2)
Try this:
f=@(theta)((cos((pi./2).*cos(theta)).^(2))./sin(theta));
integral(f,0,pi/2)
clear marklina
clear marklina il 14 Dic 2018
Modificato: clear marklina il 14 Dic 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 il 14 Dic 2018
use cumtrapz() but I did all the experiments I could but breaking this problem was hectic for me...

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by