what can be used instead of histcounts

6 visualizzazioni (ultimi 30 giorni)
divya balu
divya balu il 30 Mag 2018
Risposto: Walter Roberson il 31 Mag 2018
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
  3 Commenti
divya balu
divya balu il 31 Mag 2018
I am using R2014a

Accedi per commentare.

Risposte (3)

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

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy il 30 Mag 2018
Modificato: Yuvaraj Venkataswamy il 30 Mag 2018

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

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by