| Creation of stand-alone executables |
  |
|
| Author |
Message |
| admin | | Date: 10-Jun-03 1:07:43 AM |
| | I have created a m-file in MATLAB and would like to create a standalone executable that can be passed to my colleagues. How can I do that? | | | | | | admin | | Date: 10-Jun-03 1:11:36 AM |
| | re: Creation of stand-alone executables | | | | You would need to have the MATLAB Compiler installed before you can create a standalone application from the m-file that you have created.
The MATLAB Compiler enables you to convert many MATLAB applications containing math, graphics, and graphical user interfaces to stand-alone C and C++ code. This code can be generated as stand-alone executables, shared libraries, or dynamic link libraries (dlls) for use on any MATLAB supported platform.
| | | | |
|