Effacer les filtres
Effacer les filtres

quad

2 vues (au cours des 30 derniers jours)
12ar.af
12ar.af le 29 Sep 2011
i have an equation f=((L*z)/((L/2)+z))*exp((-2*z)/L)
where L=10; z=0:10
i need to intergrate this equation from 0 to 10 using quad command.
Can someone please help me how to do this?Its urgent.

Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 29 Sep 2011
L = 10;
out = quad(@(z)L*z./(L/2+z).*exp(-2*z/L),0,10);

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by