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