Main Content

Database Application Deployment

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

UsingMATLAB 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 theApplication Compilerapp or themccfunction. Deploy the standalone database application to other machines. For details about creating standalone applications, seeStandalone Applications(MATLAB Compiler).

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

Apps

Application Compiler PackageMATLABprograms for deployment as standalone applications

Functions

mcc CompileMATLABfunctions for deployment

Topics