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!