From: Ernest Galbrun on
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.