Home > Archive > Matlab > October 2006 > multiple callbacks
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
multiple callbacks
|
|
| kumaran 2006-10-31, 7:10 pm |
| hi,..
Please tell me how to associate multiple callbacks with a gui
object(especially with a pushbutton).For two callbacks please give me
the syntax.The two callback functions are two different m files.
Like when i push a button, two different m files must be executed at
the same time.
Thank u..
| |
|
| On 2006-10-31 19:13 kumaran said the following:
> hi,..
>
> Please tell me how to associate multiple callbacks with a gui
> object(especially with a pushbutton).For two callbacks please give me
> the syntax.The two callback functions are two different m files.
>
> Like when i push a button, two different m files must be executed at
> the same time.
>
> Thank u..
Matlab is a single threaded application so I donīt think that will
ever happen.
/PB
--
"Never attribute to malice that which can be adequately explained by
stupidity."
|
|
|
|
|