Main Content

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, seeGet and Create Apps.

Consider using the functions that follow to automate tasks such as testing and debugging your apps.

Functions

matlab.apputil.create Create or modify app project file interactively using the Package App dialog box
matlab.apputil.package Package app files into a.mlappinstallfile
matlab.apputil.install Install app from a.mlappinstallfile
matlab.apputil.run Run app programmatically
matlab.apputil.getInstalledAppInfo List installed app information
matlab.apputil.uninstall Uninstall app

Topics

Related Information