Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing data to an openned GUI

Status
Not open for further replies.

Kif

Computer
Joined
May 21, 2005
Messages
1
Location
CH
from a matlab script, I open a GUI window as :

d = data_gui; % the gui window opens

d_handles = guihandles(d); % to access and modify the GUI's
components from this current matlab script

% then how can I send a matrix data to "d", so that it can be plotted on an axe component in "d" for example
----------------------------------------------------
thanks if someone can help me.

Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top