I know that matlab hist "Input values that fall on the border between two bins are placed into the lower valued bin; that is, each bin includes its upper boundary."
http://www.mathworks.com/help/dsp/ref/histogram.html
Is it possible to change it so that input values that fall in the lower bound will be included in the bin? that is, that each bin will include its lower boundary?