error unravel.c

조회 수: 3 (최근 30일)
Andi Juwandi Karmita
Andi Juwandi Karmita 2016년 12월 24일
댓글: Andi Juwandi Karmita 2016년 12월 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
Andi Juwandi Karmita 2016년 12월 30일
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에서 Large Files and Big Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by