error unravel.c
3 views (last 30 days)
Show older comments
Andi Juwandi Karmita
on 24 Dec 2016
Commented: Andi Juwandi Karmita
on 30 Dec 2016
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?


<<

>>
1 Comment
Walter Roberson
on 24 Dec 2016
Note: that code is written to C99 standards and will not compile with earlier C.
Accepted Answer
Image Analyst
on 24 Dec 2016
On line 33 you have a space between ! and =. It should be != with no space.
5 Comments
Image Analyst
on 27 Dec 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
More Answers (0)
See Also
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


