Using MATLAB Graphics     Search    Help Desk 

Histograms

MATLAB's histogram functions show the distribution of data values. The functions that create histograms are hist and rose.

Function
Description
hist

Displays data in a Cartesian coordinate system

rose

Displays data in a polar coordinate system

The histogram functions count the number of elements within a range and display each range as a rectangular bin. The height (or length when using rose) of the bins represents the number of values that fall within each range.



[ Previous | Help Desk | Next ]