Empaquetar y compartir apps
Las apps son aplicaciones interactivas escritas para resolver tareas de cálculo técnico comunes. Puede crear y compartir sus propias apps, de la misma manera que las que se incluyen en algunos productos de MATLAB, para que otras personas las instalen. Para obtener más información, consulte Get and Create Apps.
Considere la posibilidad de usar las siguientes funciones para automatizar tareas, como la prueba y la depuración de las apps.
Funciones
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 |
Temas
- 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.
Información relacionada
- Web Apps (MATLAB Compiler)