error unravel.c

3 visualizaciones (últimos 30 días)
Andi Juwandi Karmita
Andi Juwandi Karmita el 24 de Dic. de 2016
Comentada: Andi Juwandi Karmita el 30 de Dic. de 2016
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?
<<
>>
  1 comentario
Walter Roberson
Walter Roberson el 24 de Dic. de 2016
Note: that code is written to C99 standards and will not compile with earlier C.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Dic. de 2016
On line 33 you have a space between ! and =. It should be != with no space.
  5 comentarios
Image Analyst
Image Analyst el 27 de Dic. de 2016
I don't know why hx is a cell. What does this do:
whos hx
celldisp(hx)
hx = sprintf('%d', hx{1}) % Convert cell contents
Andi Juwandi Karmita
Andi Juwandi Karmita el 30 de Dic. de 2016
Thank you in advance . I've tried your suggestion of and it worked. but when I do I like the decompression process computer hangs and must be closed by force. I asked for his help. I use a code of gonzales, woods, and Eddins (im2jpeg, jpeg2im mat2huff, huff2mat, unravel.c) my estimation error occurs when the decompression process calling unravel.c. matlab does not give an error message and immediately hangs. sorry my english is very bad: D.

Iniciar sesión para comentar.

Más respuestas (0)

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!

Translated by