unifinv
Inverse of the uniform cumulative distribution function (iCDF).
For each element of p, compute the quantile (the inverse of the CDF) at p of the uniform distribution on the interval [a, b]. The size of x 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.
See also: unifcdf, unifpdf, unifrnd, unifstat
Source Code: unifinv