convert integer double code huffman
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, can any one help me to with a malab code that help me to find a huffman code and a command or function to convert integer to double then double to integer and thanks
0 commentaires
Réponse acceptée
Walter Roberson
le 29 Juin 2012
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 commentaires
Walter Roberson
le 29 Juin 2012
What is proba? Is it http://www.mathworks.com/matlabcentral/fileexchange/31776-image-compression-based-on-dct/content/proba.m ?
What are class(XfuV) and class(somfuV) ?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Large Files and Big Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!