Tags: apart, exe, file, filename, isthere, m-file, matlab, method, programming, stand-alone

Stand-alone EXE from Matlab .m file

On Programmer » Matlab

2,127 words with 1 Comments; publish: Tue, 06 May 2008 22:25:00 GMT; (20046.88, « »)

Hi,

I am trying to make a stand-alone exe file from my m-file in Matlab. Is

there any other method, apart from ...

'mcc -m filename.m'

I tried using that and after a warning saying

'Warning: No matching builtin function available for

D:\MATLAB7\toolbox\simulink\simulink\set

_param.bi'

It made an EXE, but it is not giving me the same results as I am getting by

running the funciton within Matlab.

My program uses fs() to find a location in an input text file. And this

is where the EXE is going wrong. It is failing to find the location for some

reason.

Are there any options in MCC that I need to add or should I try some method

of converting the M-File to an EXE.

Thanks a ton.

Soumyadip

All Comments

Leave a comment...

  • 1 Comments
    • You might have a look at the "O-Matrix Development Kit",

      http://www.omatrix.com/omrte.html

      Might be a bit faster for your application.

      "Soumyadip Rakshit" <soumyadiprakshit.matlab.itags.org.gmx.net> wrote in message

      news:Ipoq3x.A96.matlab.itags.org.bath.ac.uk...

      > Hi,

      > I am trying to make a stand-alone exe file from my m-file in Matlab. Is

      > there any other method, apart from ...

      > 'mcc -m filename.m'

      > I tried using that and after a warning saying

      > 'Warning: No matching builtin function available for

      > D:\MATLAB7\toolbox\simulink\simulink\set

      _param.bi'

      > It made an EXE, but it is not giving me the same results as I am getting

      > by running the funciton within Matlab.

      > My program uses fs() to find a location in an input text file. And this

      > is where the EXE is going wrong. It is failing to find the location for

      > some reason.

      > Are there any options in MCC that I need to add or should I try some

      > method of converting the M-File to an EXE.

      > Thanks a ton.

      > Soumyadip

      >

      #1; Tue, 06 May 2008 22:26:00 GMT