Home > tsa > histo.m

histo

PURPOSE ^

HISTO calculates histogram for each column

SYNOPSIS ^

function [H,X]=histo(Y,Mode)

DESCRIPTION ^

 HISTO calculates histogram for each column
 [H,X] = HISTO(Y,Mode)
        
   Mode 
    'rows' : frequency of each row
    '1x'   : single bin-values 
    'nx'   : separate bin-values for each column
   X  are the bin-values 
   H  is the frequency of occurence of value X 

 HISTO(Y) with no output arguments:
    plots the histogram bar(X,H)

 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