Kif
Computer
- May 21, 2005
- 1
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
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