Main Content

Database Application Deployment

Create and deploy standalone database application for sharing MATLAB® code with others

Using MATLAB Compiler™, you can write deployable code and compile a standalone application. Then, you can deploy the application to other machines.

Write a MATLAB script using Database Toolbox™ functionality. Then, compile a standalone database application using the Application Compiler app or the mcc function. Deploy the standalone database application to other machines. For details about creating standalone applications, see Standalone Applications (MATLAB Compiler).

You can compile standalone database applications only for relational databases and the MATLAB interface to Neo4j®.

Apps

Application CompilerPackage MATLAB programs for deployment as standalone applications

Functions

mccCompile MATLAB functions for deployment

Topics