replace values in a matrix by their histogram bin numbers

1 visualización (últimos 30 días)
SChow
SChow el 19 de En. de 2022
Editada: KSSV el 19 de En. de 2022
I have a large matrix 10000x10000
As I draw a histogram by 10 bins, I was wondering if there is a simple way by which I can replace each element in the matrix by the corresponding bin numbers.
Thanks

Respuesta aceptada

KSSV
KSSV el 19 de En. de 2022
Editada: KSSV el 19 de En. de 2022
[N,E,bins] = histcounts(A) ;

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by