How can I check from Matlab script if the pushbutton is pressed?
Afficher commentaires plus anciens
% matlab code
myGui; % I am calling now GUI, which has 3 push buttons
now I should check, which of the buttons is pressed?
if the button1 is pressed
do something (matlab code)
elseif button2 is pressed
do something (matlab code)
else
do something (matlab code)
So, how can I check if the Button is pressed from matlab script?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

