Description: function H = histogram (X, B)
Sequence histogram
X: input sequence
B: the median interval histogram statistics, from small to large order.
H: histogram statistics
Note: The first one is the left margin of statistical interval-inf, the last one is the right border of statistical interval inf.
Extension 1: Using 2 or more methods to achieve this function, the algorithm is thinking, memory usage, speed should be significantly different.
Extension 2: two-dimensional matrix of the input scaling.
To Search:
File list (Check if you may need any files):
histogram1.m
histogram2.m
histogram3.m