error unravel.c
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Andi Juwandi Karmita
il 24 Dic 2016
Commentato: Andi Juwandi Karmita
il 30 Dic 2016
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?


<<

>>
1 Commento
Walter Roberson
il 24 Dic 2016
Note: that code is written to C99 standards and will not compile with earlier C.
Risposta accettata
Image Analyst
il 24 Dic 2016
On line 33 you have a space between ! and =. It should be != with no space.
5 Commenti
Image Analyst
il 27 Dic 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Large Files and Big Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



