matlab中怎么打出泊松分布函数
的有关信息介绍如下:
% 密度函数Y = poisspdf(X,LAMBDA) returns the Poisson probability density function with parameter LAMBDA at the values in X. % 分布函数P = poisscdf(X,LAMBDA) computes the Poisson cumulative distribution function with parameter LAMBDA at the values in X.



