Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Error in the Character recognition program.

1 view (last 30 days)
i Venky
i Venky on 7 Oct 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
I tried this character recognition matlab file
??? 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?

Answers (1)

Walter Roberson
Walter Roberson on 7 Oct 2011
To cross-check: do you have both the image processing and neural network toolboxes installed (and licensed) ?

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!