Borrar filtros
Borrar filtros

How can I produce the histogram with specific number of bins and calculate the number of counts in matlab 7.5.0?

2 visualizaciones (últimos 30 días)
Hello, Have a nice year everyone. I would like to ask you how can I produce a histogram with specific number of bins and calculate the number of counts in matlab 7.5.0?

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de En. de 2016
[counts, centers] = hist(data, NumberOfBins);

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by