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®.
Application Compiler | Package MATLAB programs for deployment as standalone applications |
mcc | Compile MATLAB functions for deployment |
Write Deployable MATLAB Code (MATLAB Compiler)
Writing MATLAB code that can be packaged and deployed.
Deploy Relational Database Application with MATLAB Compiler
Write a MATLAB script that connects to a relational database and deploy the script as a standalone database application to other machines.
Deploy Graph Database Application with MATLAB Compiler
Write a MATLAB script that connects to a Neo4j database and deploy the script as a standalone database application to other machines.