error unravel.c
1 次查看(过去 30 天)
显示 更早的评论
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159225/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159226/image.png)
<<
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159227/image.png)
>>
1 个评论
Walter Roberson
2016-12-24
Note: that code is written to C99 standards and will not compile with earlier C.
采纳的回答
Image Analyst
2016-12-24
On line 33 you have a space between ! and =. It should be != with no space.
5 个评论
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
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!