From: pedro moreno on
I need to submit a program GUI, that I have just created, but the problem is that for a specific configuration, my program lasts a lot to do the calculations. So, for this case, while matlab does the calculations, it looks that my computer is hanged/frozen, and 10 minutes after it returns the right results. That's the reason for I'd like to generate a windows saying 'processing', while matlab resolves the calculations, and it must disappear when it finished. But i'm not sure that it was possible... , ¿Is it possible? ¿Has anybody gotten it? ¿Can anybody Help me?
Thanks in advance,
Greetings

Pedro
From: Wayne King on
"pedro moreno" <pjmf17(a)hotmail.com> wrote in message <i2964c$lh6$1(a)fred.mathworks.com>...
> I need to submit a program GUI, that I have just created, but the problem is that for a specific configuration, my program lasts a lot to do the calculations. So, for this case, while matlab does the calculations, it looks that my computer is hanged/frozen, and 10 minutes after it returns the right results. That's the reason for I'd like to generate a windows saying 'processing', while matlab resolves the calculations, and it must disappear when it finished. But i'm not sure that it was possible... , ¿Is it possible? ¿Has anybody gotten it? ¿Can anybody Help me?
> Thanks in advance,
> Greetings
>
> Pedro

Hi Pedro,

Please read

>>doc waitbar


Wayne
From: pedro moreno on
Thanks! Now I just think the way to mix this instruction and my code. But for that I read the help, it doesn't look very complicated. Thank you again.