Graphics |
|
Histograms
MATLAB 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.
| Removing a Piece from a Pie Charts | | Histograms in Cartesian Coordinate Systems | |