how to find entropy of X.

조회 수: 6 (최근 30일)
john karli
john karli 2018년 12월 22일
댓글: john karli 2018년 12월 24일
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
  댓글 수: 11
john karli
john karli 2018년 12월 24일
yes snap shot is attached kindly see
john karli
john karli 2018년 12월 24일
u got it??

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

채택된 답변

Image Analyst
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.
  댓글 수: 2
john karli
john karli 2018년 12월 24일
thanks for your ans its related to probability
Image Analyst
Image Analyst 2018년 12월 24일
We know that.

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by