Filter löschen
Filter löschen

how to divide the range of an histogram

1 Ansicht (letzte 30 Tage)
Manish Sharma
Manish Sharma am 5 Jul. 2016
Beantwortet: Steven Lord am 5 Jul. 2016
for example: I form histogram using atan function and its range is between [-pi/2, +pi/2]
now the question says to divide this histogram in 6 ranges i.e [-pi/2, -pi/3], [-pi/3,-pi/6].... [pi/6,pi/2]
i.e the main histogram is to be divided into 6 sub histogram using above ranges .
  1 Kommentar
José-Luis
José-Luis am 5 Jul. 2016
Integrate over the sub-intervals and divide by the interval width should give the average value for atan over that interval. That seems to be what you want.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Steven Lord
Steven Lord am 5 Jul. 2016
If you're using the histogram object, I think you just want to change the BinEdges property.

Community Treasure Hunt

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

Start Hunting!

Translated by