convert integer double code huffman
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Jun. de 2012
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 comentarios
slama najla
el 29 de Jun. de 2012
Editada: Walter Roberson
el 29 de Jun. de 2012
Walter Roberson
el 29 de Jun. de 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) ?
Más respuestas (0)
Ver también
Categorías
Más información sobre Large Files and Big Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!