convert integer double code huffman
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 29 Jun. 2012
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 Kommentare
Walter Roberson
am 29 Jun. 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) ?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!