What represents the Y-axis in matlab's histogram?

25 次查看(过去 30 天)
The X-axis represents the units, that is, X-axis: 100, 100 units
but Y-axis, what represents?
whats is "9000?" ?
histogramlena.bmp

回答(1 个)

Steven Lord
Steven Lord 2019-6-18
It depends what type of 'Normalization' you've requested the histogram to use. The default is 'count' in which case the Y axis values represent the number of elements in the data being binned that falls into each bin. For a list of the other possible values, see the histogram documentation (specifically the description of the Normalization property and the "Histogram with Specified Normalization" example.)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by