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

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

Functions

matlab.apputil.createCreate or modify app project file interactively using the Package App dialog box
matlab.apputil.packagePackage app files into a .mlappinstall file
matlab.apputil.installInstall app from a .mlappinstall file
matlab.apputil.runRun app programmatically
matlab.apputil.getInstalledAppInfoList installed app information
matlab.apputil.uninstallUninstall app

Topics

Related Information