Daniel@0: Daniel@0:
Daniel@0:Daniel@0: h = histp(x, xmin, xmax, nbins) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
histp(x, xmin, xmax, nbins)
takes a column vector x
Daniel@0: of data values and generates a normalized histogram plot of the
Daniel@0: distribution. The histogram has nbins
bins lying in the
Daniel@0: range xmin
to xmax
.
Daniel@0:
Daniel@0:
h = histp(...)
returns a vector of patch handles.
Daniel@0:
Daniel@0:
demgauss
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: