Uniform PDF
y = distfun_unifpdf ( x , a , b )
a matrix of doubles, the outcome
a matrix of doubles, the lower bound
a matrix of doubles, the upper bound (with a<=b)
a matrix of doubles, the density.
Computes the probability distribution function of the Uniform 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: