Why I get this error? how can I solve it?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hanif hamden
il 26 Set 2018
Commentato: hanif hamden
il 3 Ott 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 Commenti
Risposta accettata
Fangjun Jiang
il 26 Set 2018
Need your returnindex.m to see the problem. Most likely, it has a output argument called "ind" but was not assigned.
4 Commenti
Fangjun Jiang
il 27 Set 2018
in returnindex.m, based on the condition, "ind" could never be evaluated.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su NaNs 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!