histmontage

PURPOSE ^

Used to display multiple 1D histograms.

SYNOPSIS ^

function histmontage( HS, mm, nn )

DESCRIPTION ^

 Used to display multiple 1D histograms.

 INPUTS
   HS  - nhist x nbins array where HS(i,j) is the jth bin in the ith histogram
   mm  - [optional] #images/row (if [] then calculated based on nn)
   nn  - [optional] #images/col(if [] then calculated based on mm)

 EXAMPLE
   h = histc_1D( randn(2000,1), 20 );
   histmontage([h; h]);

 DATESTAMP
   29-Sep-2005  2:00pm
 
 See also HISTC, HISTC_1D, FILTER_GAUSS_1D

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003