CDFPLOT plots empirical commulative distribution function

   cdfplot(X)
   cdfplot(X, FMT)
   cdfplot(X, PROPERTY, VALUE,...)
   h = cdfplot(...)
   [h,stats] = cdfplot(X)

  X contains the data vector
 	(matrix data is currently changed to a vector, this might change in future) 
  FMT,PROPERTY,VALUE 
	are used for formating; see HELP PLOT for more details 
  h 	graphics handle to the cdf curve
  stats 
	a struct containing various summary statistics including
	mean, std, median, min, max.

 see also: ecdf, median, statistics, hist2res, plot

 References: 

Package: nan