expcdfCumulative distribution function for exponential distribution
expcdf(x)x. x should be an array of non-negative real numbers.expcdf(x, mu)x and mu should be arrays of non-negative real numbers. They should have compatible sizes.mu and x contain, respectively, the mean values, and the mu is non-positive, the corresponding element in the output will be NaN.