How to solve integral in matlab

137 ビュー (過去 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 Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by