what can be used instead of histcounts

6 Ansichten (letzte 30 Tage)
divya balu
divya balu am 30 Mai 2018
Beantwortet: Walter Roberson am 31 Mai 2018
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
  3 Kommentare
divya balu
divya balu am 31 Mai 2018
I am using R2014a

Melden Sie sich an, um zu kommentieren.

Antworten (3)

Walter Roberson
Walter Roberson am 31 Mai 2018
In older versions such as R2014a, the closest equivalent routine is histc()

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy am 30 Mai 2018
Bearbeitet: Yuvaraj Venkataswamy am 30 Mai 2018

Image Analyst
Image Analyst am 30 Mai 2018
You can use imhist(), or histogram(), or histc() or hist(). Or you can do it yourself with a for loop.

Kategorien

Mehr zu Data Distribution Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by