| Contents | Index |
| On this page… |
|---|
Writing the MATLAB 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 MATLAB 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. The best practice is to ensure the MATLAB files that contain methods have the same name as the MATLAB file for all entry points.
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.
Watch a video about deploying applications using MATLAB Builder NE.
Watch a video about deploying applications using MATLAB Builder JA.
![]() | Programming in MATLAB | Middle-Tier Developer Tasks | ![]() |

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |