package apps in app designer
after creating an app in app designer, you can package it into a single installer file that you can easily share with others. the underlying functionality for packaging apps in app designer is the same as the functionality that underlies the add-ons > package app option in the matlab® toolstrip.
in app designer, select the designer tab. then select share > matlab app.
matlab opens the package app dialog box.
the package app dialog box has the following items pre-populated:
the application name matches the name assigned to the figure in app designer.
the main file is the mlapp file you currently have selected for editing.
the output folder is the folder location where the installation file will be saved.
the files listed under files included through analysis include any files matlab detected as dependent files. you can add additional files by clicking add files/folders under shared resources and helper files.
specify details to display in the apps gallery. enter the appropriate information in these fields: author name, email, company, summary, and description.
in the products section, select the products that are required to run the app. keep in mind that your users must have all of the dependent products installed on their systems.
click select screenshot to specify an icon to display in the apps gallery.
click package to create the
.mlappinstall
file to share with your users. later, if you click the package app button in the app designer toolstrip again, the package app dialog box opens the most recently modified.prj
file for the mlapp file.