saving user input from uitable matlab GUI?
问题 I'm creating a GUI (not using GUIDE) I'm looking for a convenient way for a user to enter some data. I figured uitable would be ideal except i can't seem to figure out how to store the user input from the table. I'd rather not use the celleditcallback function - ideally i'd like to save out the data all at once at the end using a save button or similar, any ideas? code for the table (this is within it's own function): dat = {0, 0, 0, true;... 0, 0, 0, true;... 0, 0, 0, true;}; columnname = {