Deploying MATLAB Code with the Builders
Writing the M-code is only the first step when deploying an
application. You must next determine how the application is structured.
Although you might have a large amount of M-code that needs to run
within a component, typically only a small number of entry points need to be exposed
to the calling application. It is best to determine these entry points
and to make sure all inputs and outputs are necessary before deploying
a Web application. Typically the best practice is to ensure the
M-files that contain a method have the same name as the M-file for
all entry point methods.
For examples using the MATLAB Deployment Tool (deploytool),
see Getting Started in
the MATLAB Builder JA documentation and Getting Started in
the MATLAB Builder NE documentation.
It is also possible to use the MATLAB® Compiler™ mcc command
to build components. See the mcc command reference
page in any of the builder products for more information.
 | Programming in MATLAB | | Business Service Developer Tasks |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit