From: Sarah Whiley on
I have generated a standalone executable from my Matlab code. However, everytime it runs it brings up the Windows Command line, even though no results/outputs are printed there. Is there a way to block the command line from popping-up?

Thanks
-Sarah
From: Walter Roberson on
Sarah Whiley wrote:
> I have generated a standalone executable from my Matlab code. However,
> everytime it runs it brings up the Windows Command line, even though no
> results/outputs are printed there. Is there a way to block the command
> line from popping-up?

http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/mcc.html

See the -e option.
From: Sarah Whiley on
Hi Walter

I have Matlab r2006b, which does not seem to support this option. I have already selected 'StandAlone application' in deploytool, which does not affect the pop-up. When I create the exe manually, it says -e is unrecognised. Is the only way around this to upgrade?

Thanks

Walter Roberson <roberson(a)hushmail.com> wrote in message <i12gj8$sir$1(a)canopus.cc.umanitoba.ca>...
> Sarah Whiley wrote:
> > I have generated a standalone executable from my Matlab code. However,
> > everytime it runs it brings up the Windows Command line, even though no
> > results/outputs are printed there. Is there a way to block the command
> > line from popping-up?
>
> http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/mcc.html
>
> See the -e option.
From: Walter Roberson on
Sarah Whiley wrote:

> I have Matlab r2006b, which does not seem to support this option. I have
> already selected 'StandAlone application' in deploytool, which does not
> affect the pop-up. When I create the exe manually, it says -e is
> unrecognised. Is the only way around this to upgrade?

I believe the option was introduced in a latter version. I do not have
any information about whether there were work-arounds in earlier versions.