how to find entropy of X.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
john karli
il 22 Dic 2018
Commentato: john karli
il 24 Dic 2018
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 Commenti
Risposta accettata
Image Analyst
il 23 Dic 2018
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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!