how can i create in gui a pushbutton which has 2 callbacks and executes his second callback after a long press of 2 second?
Show older comments
first callback: set(handles.edit_appui,'String','Bonjour'); second callback: set(handles.edit_appui,'String','Salut');
Accepted Answer
More Answers (0)
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!