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 个评论
Bruno Luong
2018-12-1
Rik
2018-12-1
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
2018-12-1
I deleted the flag because the question is perfectly clear to me.
采纳的回答
更多回答(1 个)
NAWSHIN MANNAN PROMA
2018-12-2
编辑:NAWSHIN MANNAN PROMA
2018-12-2
0 个投票
3 个评论
per isakson
2018-12-2
编辑:per isakson
2018-12-2
Did you try to reproduce the commands I showed in my answer?
Did you try anything of Possible measures ?
NAWSHIN MANNAN PROMA
2018-12-2
per isakson
2018-12-2
编辑:per isakson
2018-12-2
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
