how to create handles??
显示 更早的评论
i created one textbox and one push button, made it validation. but i got undefined handles error. i don't know how to create handles. basically gui will automatically creates handles using gui. but i created this 2 using uicontrol. i wrote call back for push button, i got undefined handles error.
please help me to solve the handles error.
2 个评论
回答(2 个)
Perhaps you need this:
handles.Button = uicontrol('Style', 'PushButton', ...
'Callback', @myPushbuttonCB)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!