how to find entropy of X.

1 次查看(过去 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
  11 个评论
john karli
john karli 2018-12-24
yes snap shot is attached kindly see

请先登录,再进行评论。

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by