MATLAB: How to obtain exponential equation parameter from probplot function

exponential fit probplot parameter

Hello everybody,
I have my dataset that here we name data. It is a vector.
I apply the probplot function from an exponential distribution
h=probplot('exponential',data)
I would like to obtain the exponential parameters to build an exp equation such as
f(x) = a*exp(b*x)
which represents the exponential fit for my data.
Thank you.

Best Answer

I believe fitdist function should be some help.