Why is my GUI program producing an error when I 'Run' it

Whenever i run .m file,it shows following error.How can i remove this?
my code is linked here named charGUI10.m. and the error is shown in the picture named capture.png

3 comentarios

@ NAWSHIN MANNAN PROMA The Tags field is not intended to put code.
What does the line of code below return? Your GUI is expecting a function with the name plotchar. Do you actually have it?
which plotchar -all
I deleted the flag because the question is perfectly clear to me.

Iniciar sesión para comentar.

 Respuesta aceptada

per isakson
per isakson el 1 de Dic. de 2018
Editada: per isakson el 2 de Dic. de 2018
The error message states that the function plotchar isn't found.
>> plotchar
'plotchar' requires Character Recognition Example.
>> which plotchar -all
<snip>\Documents\MATLAB\Examples\nnet\appcr1\plotchar.m
>>
Possible measures
  • add <snip>\Documents\MATLAB\Examples\nnet\appcr1\plotchar.m to the path.
  • make a copy of plotchar with a slighly different name, e.g. plotchar2, and replace plotchar by plotchar2 in charGUI10.m. I would have done that to avoid messing with the examples.

Más respuestas (1)

NAWSHIN MANNAN PROMA
NAWSHIN MANNAN PROMA el 2 de Dic. de 2018
Editada: NAWSHIN MANNAN PROMA el 2 de Dic. de 2018
Got the point. I don't have plotchar.m file. Now how can i create a plotchar.m file to run the feature extract button? i need to recognize habdwritten numbers.Capture1.PNG

3 comentarios

per isakson
per isakson el 2 de Dic. de 2018
Editada: per isakson el 2 de Dic. de 2018
Did you try to reproduce the commands I showed in my answer?
Did you try anything of Possible measures ?
yes, i tried but it didn't work,i got the same error.
per isakson
per isakson el 2 de Dic. de 2018
Editada: per isakson el 2 de Dic. de 2018
How do you think that I should know what you tried and in what way it didn't work ???
Two questions: What does
>> plotchar
return? And what does
>> which plotchar -all
return?

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 1 de Dic. de 2018

Editada:

el 2 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by