user interface - How can I save and clear data entered into a MATLAB GUI? -
for example, let's design gui table user enters data into. want have 2 push buttons: 1 save data in table, , clear data table. there code examples/tutorials explain in general how can accomplish saving/modifying state of uicontrols in gui in way?
doug hull mathworks has nice video tutorial showing how save , restore state of gui.
you should check out 41 complete gui examples (specifically gui_41.m
) matt fig on mathworks file exchange.
it should straight-forward figure out examples how clear data gui.
Comments
Post a Comment