how to find entropy of X.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
john karli
el 22 de Dic. de 2018
Comentada: john karli
el 24 de Dic. de 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 comentarios
Respuesta aceptada
Image Analyst
el 23 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!