Why is my GUI program producing an error when I 'Run' it
Mostrar comentarios más antiguos
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
Bruno Luong
el 1 de Dic. de 2018
Rik
el 1 de Dic. de 2018
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
per isakson
el 1 de Dic. de 2018
I deleted the flag because the question is perfectly clear to me.
Respuesta aceptada
Más respuestas (1)
NAWSHIN MANNAN PROMA
el 2 de Dic. de 2018
Editada: NAWSHIN MANNAN PROMA
el 2 de Dic. de 2018
0 votos
3 comentarios
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 ?
NAWSHIN MANNAN PROMA
el 2 de Dic. de 2018
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?
Categorías
Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
