Home > freetb4matlab > tsa > histo2.m

histo2

PURPOSE ^

HISTO2 calculates histogram of each column

SYNOPSIS ^

function R=histo2(Y)

DESCRIPTION ^

 HISTO2 calculates histogram of each column
 R=HISTO2(Y)

 R=HISTO(...)            
     R is a struct with th fields 
       R.X  are the bin-values 
       R.H  is the frequency of occurence of value X 
      R.N  are the number of valid (not NaN) samples 

 more histogram-based results can be obtained by HIST2RES2  

 see also: HISTO, HISTO2, HISTO3, HISTO4

 REFERENCE(S):
  C.E. Shannon and W. Weaver 'The mathematical theory of communication' University of Illinois Press, Urbana 1949 (reprint 1963).

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003