incomplete gamma function calculation
古いコメントを表示
Hi,
I have this equation:
gamma(5,x) = 2
how I can find the value of x?
Thanks
2 件のコメント
José-Luis
2013 年 5 月 24 日
Matlab's gamma function only accepts one input argument.
Jamal Ahmad
2013 年 5 月 24 日
採用された回答
その他の回答 (2 件)
Matt J
2013 年 5 月 24 日
xv = fzero(@(z) gammainc(5,z.^2)- 2 , sqrt(xguess)).^2;
カテゴリ
ヘルプ センター および File Exchange で Gamma Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!