Uniform Discrete PDF
y = distfun_unidpdf ( x , N )
a matrix of doubles, the outcome, in the set {1,...,N}
a matrix of doubles, integer value, the integer upper bound (with N>=1)
a matrix of doubles, the density.
Computes the probability distribution function of the Uniform discrete distribution function.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.
The function definition is: