error unravel.c

1 次查看(过去 30 天)
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?
<<
>>
  1 个评论
Walter Roberson
Walter Roberson 2016-12-24
Note: that code is written to C99 standards and will not compile with earlier C.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2016-12-24
On line 33 you have a space between ! and =. It should be != with no space.
  5 个评论
Image Analyst
Image Analyst 2016-12-27
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
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by