error unravel.c
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Andi Juwandi Karmita
le 24 Déc 2016
Commenté : Andi Juwandi Karmita
le 30 Déc 2016
please help me. unravel.c code of gonzalez error in my matlab. What's wrong?


<<

>>
1 commentaire
Walter Roberson
le 24 Déc 2016
Note: that code is written to C99 standards and will not compile with earlier C.
Réponse acceptée
Image Analyst
le 24 Déc 2016
On line 33 you have a space between ! and =. It should be != with no space.
5 commentaires
Image Analyst
le 27 Déc 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Large Files and Big Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



