How to solve integral in matlab
238 ビュー (過去 30 日間)
表示 古いコメント
採用された回答
Torsten
2016 年 4 月 14 日
syms x
value=int(1/sqrt(2*Pi)*exp(-x^2/2),x,-Inf,Inf)
Best wishes
Torsten.
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!