DSPRelated.com
Forums

Can MATLAB M-file be compiled to an .exe file?

Started by 6th Hokage March 19, 2006
Can anyone tell me whether a M-file can be converted to .exe file?
If yes, can tell me how?
Thanks.
And what is a MEX-file anyway?
Thanks
Hi,

An m-file can be converted to a .exe file using the Matlab Compiler.

Mex files are Matlab callable C or Fortran files. You should refer to the
Matlab External Interfaces help guide for more details.

Regards,

Jeff

-----Original Message-----
From: m... [mailto:m...]On Behalf Of
6th Hokage
Sent: 18 March 2006 08:50
To: m...
Subject: [matlab] Can MATLAB M-file be compiled to an .exe file?
Can anyone tell me whether a M-file can be converted to .exe file?
If yes, can tell me how?
Thanks.
And what is a MEX-file anyway?
Thanks