MATLAB: Collect data from GUI uitable without build in callback functions

callbackguiguideuitable

I have several uitables in my GUI. My current understanding of MATLAB's GUIDE package only allows me to update the information in the table when the user either edits or selects the table. I would like to send the data to the base workspace when a user presses a generic accept button on my GUI. Does anyone know how to do this?

Best Answer