Pacchetto e condivisione di applicazioni
Le app sono applicazioni interattive scritte per risolvere attività tecniche informatiche comuni. È possibile creare e condividere le proprie applicazioni, proprio come quelle fornite con alcuni prodotti di MATLAB, atte all’installazione da parte di terzi. Per maggiori informazioni, vedere Get and Create Apps.
Si consideri la possibilità di utilizzare le funzioni che seguono per automatizzare le attività come il test e il debug delle applicazioni.
Funzioni
matlab.apputil.create | Create or modify app project file interactively using the Package App dialog box |
matlab.apputil.package | Package app files into a .mlappinstall file |
matlab.apputil.install | Install app from a .mlappinstall file |
matlab.apputil.run | Run app programmatically |
matlab.apputil.getInstalledAppInfo | List installed app information |
matlab.apputil.uninstall | Uninstall app |
Argomenti
- Get and Create Apps
Find apps that come with your installed products, create your own, or get apps as add-ons from the MATLAB File Exchange.
- Ways to Share Apps
Share your packaged apps with others.
- Package Apps from the MATLAB Toolstrip
Package your app into an app installation file to easily share it with others.
- Package Apps in App Designer
Package apps from within the App Designer development environment.
- App Packaging Dependency Analysis
Learn the file dependencies that MATLAB searches for when you package an app.
- Modify Apps
Modify your packaged apps.
- MATLAB App Installer File — mlappinstall
Search for and install MATLAB app installer files,
.mlappinstall
, that you created to share your MATLAB apps.
Informazioni complementari
- Web Apps (MATLAB Compiler)