Problem with reset pushbuttonin GUI
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hi all,
why do I get an error in the Matlab R2012b GUI pushbutton reset? even though I used the correct code.




0 个评论
回答(1 个)
Image Analyst
2019-10-1
0 个投票
MATLAB is case sensitive. Try 'String' with a capital S.
Or else you don't have a field called edit1 or don't have a handles structure anymore. Set a breakpoint there to see if handles has any values in it at all.
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!