MATLAB: Cumulative distribution function for non-normal distribution

cdf

I have data that is not normally distributed and I'm trying to create its CDF; any idea please?
Thanks

Best Answer

Have you looked at ecdf function?
data_dis=ecdf(data);
CDF normally suppress to more occurrence and boos the fewer occurrence events