Tips for Deploying your Work
There are a lot of ways of sharing your ideas with MATLAB these days. Including
- MATLAB scripts and functions
- Live scripts
- MAT-files
- Apps
- Code generation of various kinds, e.g., C/C++ and GPU via Coder products
- MATLAB Compiler and SDK (stand-alone apps and code suitable for integrating into other environments)
- MATLAB Production Server
Today I want to remind you of some tools in MATLAB that can facilitate the transition to code you want to deploy via the MATLAB Compiler and SDK.
Contents
Useful Functions for Deployment
Here's a list of the functions I find most useful to aid in deployment.
Other Helpful Functions?
Do you have other functions that ease your transition to deploying your app? Let me know here.
- Category:
- Deployment