From: mohammed ajmeer on
I have 2 GUI: no. 1, the user will execute search (sql) and will get the user ID. Then when the user click the update button, another gui should open and at the same time shows that ID gotten in the first one).
From: ImageAnalyst on
On Jan 10, 10:47 am, "mohammed ajmeer" <ajmeer...(a)yahoo.com> wrote:
> I have 2 GUI: no. 1, the user will execute search (sql) and will get the user ID. Then when the user click the update button, another gui should open and at the same time shows that ID gotten in the first one).
------------------------------------------------------------------------------------------------
http://www.mathworks.com/support/solutions/en/data/1-1BAR8/index.html?1-1BAR8

Subject:
How do I pass data between GUIs?

Problem Description:
I would like to be able to pass data between GUIs, and control one GUI
from another GUI.

Solution:
There are multiple ways to pass information between GUIs. [snip]