what can be used instead of histcounts

조회 수: 6 (최근 30일)
divya balu
divya balu 2018년 5월 30일
답변: Walter Roberson 2018년 5월 31일
i need a vector of the values from histogram data. instead histcounts what code or function can be used.
  댓글 수: 3
divya balu
divya balu 2018년 5월 31일
I am using R2014a

댓글을 달려면 로그인하십시오.

답변 (3개)

Walter Roberson
Walter Roberson 2018년 5월 31일
In older versions such as R2014a, the closest equivalent routine is histc()

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy 2018년 5월 30일
편집: Yuvaraj Venkataswamy 2018년 5월 30일

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

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by