replace values in a matrix by their histogram bin numbers

조회 수: 1 (최근 30일)
SChow
SChow 2022년 1월 19일
편집: KSSV 2022년 1월 19일
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

채택된 답변

KSSV
KSSV 2022년 1월 19일
편집: KSSV 2022년 1월 19일
[N,E,bins] = histcounts(A) ;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by