histMontage

PURPOSE ^

Used to display multiple 1D histograms.

SYNOPSIS ^

function histMontage( HS, mm, nn )

DESCRIPTION ^

 Used to display multiple 1D histograms.

 USAGE
  histMontage( HS, mm, nn )

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

 OUTPUTS

 EXAMPLE
  h = histc2( randn(2000,1), 20 )'; clf; histMontage([h; h]);

 See also HISTC, HISTC2

 Piotr's Image&Video Toolbox      Version 2.0
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003