error unravel.c
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andi Juwandi Karmita
am 24 Dez. 2016
Kommentiert: Andi Juwandi Karmita
am 30 Dez. 2016
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?


<<

>>
1 Kommentar
Walter Roberson
am 24 Dez. 2016
Note: that code is written to C99 standards and will not compile with earlier C.
Akzeptierte Antwort
Image Analyst
am 24 Dez. 2016
On line 33 you have a space between ! and =. It should be != with no space.
5 Kommentare
Image Analyst
am 27 Dez. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



