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 Computer Vision Matlab Toolbox Version 2.0 Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com] Licensed under the Simplified BSD License [see external/bsd.txt]