MATLAB: How do tranfer data from one GUI uitable to another GUI uitable

matlab guiuitable

I have two seperate GUI's with uitable 1 in the first GUI and uitable2 in the second GUI. After the user types all of the data into uitable 1; i will like the user to press a push button to transfer there inputed data into uitable 2.
I created both GUI's using guide.
How can I attack this issue? Where should I start? Examples will be helpful
Thanks in advance,
Cordelle

Best Answer

Go through this
This tutorial shows how to pass data between two gui. Hope this is gonna be useful.
Related Question