Info
此问题已关闭。 请重新打开它进行编辑或回答。
Error in the Character recognition program.
1 次查看(过去 30 天)
显示 更早的评论
I tried this character recognition matlab file
http://www.mathworks.com/matlabcentral/fileexchange/8676 and I got this error
??? Reference to non-existent field 'charvec'.
Error in ==> charGUI2>pbRecognize_Callback at 184 charvec = handles.charvec;
Error in ==> gui_mainfcn at 96 feval(varargin{:});
Error in ==> charGUI2 at 42 gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback_
How to solve this error?
0 个评论
回答(1 个)
Walter Roberson
2011-10-7
To cross-check: do you have both the image processing and neural network toolboxes installed (and licensed) ?
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!