From: Ernest Galbrun on
Yes, there are a free wanya I could manually redirect the output ; what I would rather do is change the standard output and make it a text control embedded in my GUI.

"us " <us(a)neurol.unizh.ch> wrote in message <hrltmk$1in$1(a)fred.mathworks.com>...
> "Ernest Galbrun" <firstname.lastname(a)ensem.inpl-nancy.fr> wrote in message <hrls40$im7$1(a)fred.mathworks.com>...
> > Hello,
> >
> > I am not sure wether it is a Matlab question or a general programming question, but I hope someone can help here.
> >
> > I have a Matlab program with its own GUI that I wish to distribute using the Matlab compiler. This program uses third party functions, and those functions display some messages on the standard output using the printf command. I would like to intercept those messages and display them somewhere in my GUI instead of keeping the in the console terminal that lauched my program. Is there a way to achieve this ?
> >
> > Ernest Galbrun.
>
> a hint:
>
> help evalc;
>
> us