convert integer double code huffman
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Walter Roberson
on 29 Jun 2012
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 Comments
Walter Roberson
on 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) ?
More Answers (0)
See Also
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!