Why I get this error? how can I solve it?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hanif hamden
le 26 Sep 2018
Commenté : hanif hamden
le 3 Oct 2018
Error in returnindex (line 2) n=length(X);
Output argument "ind" (and maybe others) not assigned during call to "returnindex".
Error in BinData (line 28) Y(i,1)=returnindex(X(i),Value)-1;
0 commentaires
Réponse acceptée
Fangjun Jiang
le 26 Sep 2018
Need your returnindex.m to see the problem. Most likely, it has a output argument called "ind" but was not assigned.
4 commentaires
Fangjun Jiang
le 27 Sep 2018
in returnindex.m, based on the condition, "ind" could never be evaluated.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur NaNs 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!