In this example, MATLAB® Compiler™ takes the MATLAB files foo.m
and bar.m
as
input and generates a standalone called foo
.
mcc -m foo.m bar.m
File | Description |
---|---|
foo | The main file of the application. This file reads and
executes the content stored in the embedded deployable archive. On Windows®,
this file is |
run_ |
|
For 64-bit Macintosh, a Macintosh application bundle is created.
File | Description |
---|---|
foo.app | The bundle created for executable |
foo | Application |
run_component.sh | The generated shell script which executes the application through the bundle. |