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"
Mostrar comentarios más antiguos

I keep trying to solve but still can't. Some buddy can help me solve this? I appreciate your advice !
1 comentario
John D'Errico
el 23 de Mayo de 2016
We might try, but how can we see? Is there text in that image?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 23 de Mayo de 2016
Replace the whole function contents with this:
t0 = 60;
threshold = t0 + (max(img(:)) + min(img(:))) / 2;
sout = img > threshold;
1 comentario
ching linnkee
el 24 de Mayo de 2016
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!