Uniform PDF
y = distfun_unifpdf ( x , a , b )
a n-by-m matrix of doubles, the outcome
a n-by-m matrix of doubles, the lower bound
a n-by-m matrix of doubles, the upper bound (with a<=b)
a n-by-m 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: