Re: communicate data between GUI
- From: "dario" <giulia.sim@xxxxxxxxxx>
- Date: 23 Nov 2005 04:11:44 -0800
I've another problem using callback for data excange:
Now I can communicate between GUI_1 ( contains a text box) and
GUI_toggleButton ( contains the 'model'
But I doesn't undestand the role of the parameters
----------------------------------------------------------
IN GUI_1
function val_1_Callback
....
GUI_toggleButton('test_cb',0,value);
% The first parameter is the name of the callback in GUI_toggleButton
% The Third parameter is the passing value
% What is the second parameter?If I put another value different to
zero, it doesn't work
---------------------------------------------------------
IN GUI_toggleButton
function test_cb(tmp,val )
disp( 'new value is:')
disp(val)
%The first parameter is the 0 value - I don't understand it
% the second is the value that I want to use
-------------------------------------------------------------
Someone could send me a suggest, or a link or keyword for the Matlab
documentation?
Thanks !
.
- References:
- communicate data between GUI
- From: dario
- Re: communicate data between GUI
- From: Michael Wild
- communicate data between GUI
- Prev by Date: Re: Case: For-loop faster than built-in functions.
- Next by Date: Re: common tangent of two objects
- Previous by thread: Re: communicate data between GUI
- Next by thread: Catch and avoid warning messages during optimization
- Index(es):