Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem with reset pushbuttonin GUI

조회 수: 1 (최근 30일)
Arif Fauzan
Arif Fauzan 2019년 10월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all,
why do I get an error in the Matlab R2012b GUI pushbutton reset? even though I used the correct code.
error reset button.jpg
reset button code.jpg
line 96.jpg
line 42.jpg

답변 (1개)

Image Analyst
Image Analyst 2019년 10월 1일
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.

이 질문은 마감되었습니다.

제품


릴리스

R2012b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by