フィルターのクリア

What's wrong with my code? (poisson distribution)

3 ビュー (過去 30 日間)
M Min
M Min 2015 年 11 月 9 日
編集済み: M Min 2015 年 11 月 9 日
I tried to get a bar graph of poisson pdf without poisspdf function. For example, x=0:20; p=3.^x / factorial(x) * exp(-3); bar(x,p)
but it shows wrong graph. What is the problem?

回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by