Dear all
Can anyone help me to solve the following integral by using definite integration function i.e int(f,x) in matlab
I am looking forward to your help
With best wishes
zahid khan

 Réponse acceptée

Torsten
Torsten le 14 Avr 2016
syms x
value=int(1/sqrt(2*Pi)*exp(-x^2/2),x,-Inf,Inf)
Best wishes
Torsten.

Plus de réponses (1)

Orion
Orion le 14 Avr 2016

0 votes

Hi,
to calculate integrals, the classic function to use is integral. Just see the associated doc.

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by