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!
