Hi...I got some issue here,i get "undefined function or variable matlab 'sout'. The first class assignment to a local variable determine its class"
이전 댓글 표시

I keep trying to solve but still can't. Some buddy can help me solve this? I appreciate your advice !
댓글 수: 1
John D'Errico
2016년 5월 23일
We might try, but how can we see? Is there text in that image?
채택된 답변
추가 답변 (1개)
Image Analyst
2016년 5월 23일
Replace the whole function contents with this:
t0 = 60;
threshold = t0 + (max(img(:)) + min(img(:))) / 2;
sout = img > threshold;
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!