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!
