From: Andre Pinho on
Hi everyone. I have a problem when my GUI calls a .m function.
The thing is, I have a button and when user clicks on it, it must execute a function that I created in a m file.
My problem is when the function is running, GUI app waits till the function ends. Is there any way to run this function in the background so it won't iddle GUI app?

I've searching multi thread on matlab, but I haven't found anything by now.
If someone could help I would be grateful.
Thanks in advance
 | 
Pages: 1
Prev: dyadic wavelet toolbox
Next: gui slider question