MATLAB: Access data stored in a GUI table

guigui table

How can I access data stored in a GUI table.I want to use that data in another m file.How do I do that. Please help.

Best Answer

M=get(handles.uitable1,'data')