GUI
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
Can you pls guide me,how to make button action i mean, whne the mouse button is click it has to perform action1,when mouse button relases it has to perform action2.
Thanks in advance for your help.
0 Commenti
Risposta accettata
Friedrich
il 8 Lug 2011
Hi,
I think you are looking for the WindowButtonDownFcn and WindowButtonUpFcn. You can find an example called window_motion_test.m in $MATLABROOT\help\techdoc\ref\examples.
2 Commenti
Friedrich
il 8 Lug 2011
This shouldnt happen normally. When clicking on a button the callback from the button is raised and the WindowButtonDownFcn. maybe something goes wrong here?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!