Advanced MATLAB: Handles and other inputs to GUIDE callbacks
There are three inputs to every automatically generated callback from GUIDE:
function edit1_Callback(hObject, eventdata, handles)
A common question that I am asked is “What is the handles structure?” This four minute video will show a simple GUI where you edit some text, and press a button that will copy that text into a third uicontrol. This is all done using the handles structure. The other two inputs: hObject and eventdata will be briefly discussed also.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。