Info
此问题已关闭。 请重新打开它进行编辑或回答。
Can somebody help me with this out of bound error
1 次查看(过去 30 天)
显示 更早的评论
I have attached the zip file. I am trying to run the runme.m file but it is giving me error on line 63.
Attempted to access si(1); index out of bounds because numel(si)=0.
Error in fbCreateDataset (line 118)
uid = keyCount(si(k));
Error in runme (line 63)
fbCreateDataset;
Thank you
3 个评论
dpb
2014-6-19
It appears to be all empty. Where did you obtain said Toolbox; it isn't afaik a TMW product. Seems the primary source for help should be the source for the code but be sure you actually have something.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!