Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How do I make a pushbutton execute a function that used to be done after user input was given?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a successful code that I am trying to modify to be completely displayed in a GUI. I have a few functions that used to be executed after a user typed either 'y' or 'n' for yes or no in the command window. I'd like the function to now be executed upon the push of a button. Does anyone know the easiest way to do this?
0 Kommentare
Antworten (1)
KL
am 21 Okt. 2017
function pushbutton_callback(src,event)
[outputs] = your_function(inputs)
end
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!