Create a matrix containing the histogram count of a yield analysis result.
|
Syntax |
Description |
|---|---|
|
out = histogram(y); |
Returns a matrix containing the histogram count of y. |
|
out = histogram(y,n); |
Returns a matrix containing the histogram count of y, using n bins. |
See Also