Filter löschen
Filter löschen

Why I get this error? how can I solve it?

1 Ansicht (letzte 30 Tage)
hanif hamden
hanif hamden am 26 Sep. 2018
Kommentiert: hanif hamden am 3 Okt. 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;

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 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 Kommentare
Fangjun Jiang
Fangjun Jiang am 27 Sep. 2018
in returnindex.m, based on the condition, "ind" could never be evaluated.
hanif hamden
hanif hamden am 3 Okt. 2018
Yes. it is due to arrangement of the data. I found the solution. Thanks btw

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Debugging and Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by