Why do I see this error ' Undefined function 'ocr' for input arguments of type 'uint8'. '

I copied the exact OCR program on mathwork's website and ran it through Matlab 2013. I tried many times, but this gives me error, i don't know why? Kindly Help.

 채택된 답변

Steven Lord
Steven Lord 2015년 8월 3일
The OCR function was introduced in Computer Vision System Toolbox in release R2014a as shown in its Release Notes. You will not be able to use this function in earlier releases.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2015년 8월 3일
If you have downloaded OCR or OCR with lowercae from the Mathworks File Exchange then you need to unzip it into a directory and you need to use pathtool to add that directory to your MATLAB path.
On the other hand, both of those are launched by scripts named OCR (upper case), neither of which accepts a parameter.

카테고리

도움말 센터File Exchange에서 Language Support에 대해 자세히 알아보기

질문:

2015년 8월 3일

답변:

2015년 8월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by