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!