Recall Function within Gui
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I designed a gui that allows the user to pick a data file using uigetfile and one of the functionalities is the data is plotted. I would like the user to have the option to plot additional data on the same plot. I added a check box on the gui for the user to indicate they would like to select an additional file to plot, while the checkbox is clicked. All the code within my gui is under a pushbutton callback function. Is there a way to "re-run" the pushbutton callback function (with or without selecting the pushbutton again)? The only thing I need is for the data to keep being plotted on the same graph for as many times the user wants.
0 Kommentare
Antworten (1)
Walter Roberson
am 6 Dez. 2016
My recommendation in case like that is to put the code to be re-executed into its own function, and then have both callbacks call upon the function.
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!