Why I get this error? how can I solve it?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hanif hamden
el 26 de Sept. de 2018
Comentada: hanif hamden
el 3 de Oct. de 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 comentarios
Respuesta aceptada
Fangjun Jiang
el 26 de Sept. de 2018
Need your returnindex.m to see the problem. Most likely, it has a output argument called "ind" but was not assigned.
4 comentarios
Fangjun Jiang
el 27 de Sept. de 2018
in returnindex.m, based on the condition, "ind" could never be evaluated.
Más respuestas (0)
Ver también
Categorías
Más información sobre NaNs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!