Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a bug when indexxz is empty (the quantile interpolation is done…
… in the first interval) below the modified code. if DiscreteData==false & ~isempty(indexxz) plot([xbars;x(indexxz+2)],fcum(indexxz:indexxz+1)) else indexxz=1; plot([0 x(indexxz+1)],[0 fcum(indexxz)]) end
- Loading branch information