unifcdf
Uniform cumulative distribution function (CDF).
For each element of x, compute the cumulative distribution function (CDF) at x of the uniform distribution on the interval [a, b]. The size of p is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.
Default values are a = 0, b = 1.
[…] = unifcdf (…, "upper")
computes the upper tail
probability of the lognormal distribution.
See also: unifinv, unifpdf, unifrnd, unifstat
Source Code: unifcdf