Why I get this error? how can I solve it?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Fangjun Jiang
2018 年 9 月 26 日
Need your returnindex.m to see the problem. Most likely, it has a output argument called "ind" but was not assigned.
4 件のコメント
Fangjun Jiang
2018 年 9 月 27 日
in returnindex.m, based on the condition, "ind" could never be evaluated.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で NaNs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!