how to find entropy of X.
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
how i implement this entropy formula(PNG file atached) in matlab code
my X is Column c in xlsx file(attached) i want to find for 1000 value
채택된 답변
  Image Analyst
      
      
 2018년 12월 23일
        You can try entropy() or entropyfilt() in the Image Processing Toolbox, if you have it.  entropyfilt() does a sliding window computation of entropy whereas entropy does it for the whole array.
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!