Can Somebody help me to write this equation in Matlab to get the value of Lambda?
古いコメントを表示
Somebody help me to write the given expression in Matlab to get the value of lambda. Thank you in advance. I have attached the jpg file along with it. |``` is a incomplete gamma function. Your response and help will be highly appreciated.

採用された回答
その他の回答 (1 件)
function [ans] = test(m,lamda)
r = factorial(m-1);
p = -lamda;
ans = exp(p)/r;
end
If you are interested in learning then start browsing mathworks help section
1 件のコメント
Ashish Rauniyar
2014 年 3 月 12 日
編集済み: Ashish Rauniyar
2014 年 3 月 12 日
カテゴリ
ヘルプ センター および File Exchange で Pie Charts についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!