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 个评论
更多回答(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!