Package and Share Apps
Share apps directly with MATLAB® users or package and share them as standalone apps
Apps are interactive applications written to solve common technical computing tasks. You can create and share your own apps, just like the ones that come with some MATLAB products, for other people to install. For more information, see Get and Create Apps.
Consider using the functions that follow to automate tasks such as testing and debugging your apps.
Functions
| matlab.apputil.package | Package app files into an MLAPPINSTALL file | 
| matlab.apputil.install | Install app from an MLAPPINSTALL file | 
| matlab.apputil.run | Run app installed from an MLAPPINSTALL file programmatically | 
| matlab.apputil.getInstalledAppInfo | List information for app installed from an MLAPPINSTALL file | 
| matlab.apputil.uninstall | Uninstall app installed from an MLAPPINSTALL file | 
Topics
- Get and Create AppsFind apps that come with your installed products, create your own, or get apps as add-ons from the MATLAB File Exchange. 
- Ways to Share AppsShare your packaged apps with others. 
- Package Apps in App DesignerShare an app by packaging it from within the App Designer development environment. 
Related Information
- Web Apps (MATLAB Compiler)
- Focused View for MATLAB Apps and Live Scripts