Problem with reset pushbuttonin GUI
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hi all,
why do I get an error in the Matlab R2012b GUI pushbutton reset? even though I used the correct code.




Antworten (1)
Image Analyst
am 1 Okt. 2019
0 Stimmen
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.
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!