OCTAVE
::
HIST
Function:
hist
( Y, X, NORM )
Produce histgram counts or plots.
Example:
octave: > load data.dat octave: > hist( data(:,1) )
OCTAVE
::
HIST