How to solve integral in matlab

조회 수: 159 (최근 30일)
zahid
zahid 2016년 4월 14일
답변: Torsten 2016년 4월 14일
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

채택된 답변

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

추가 답변 (1개)

Orion
Orion 2016년 4월 14일
Hi,
to calculate integrals, the classic function to use is integral. Just see the associated doc.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by