convert integer double code huffman
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2012 年 6 月 29 日
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 件のコメント
Walter Roberson
2012 年 6 月 29 日
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) ?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!