Convert class definition of a MATLAB App Designer GUI from XML to *.m
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
MLAPP2CLASSDEF() prompts the user to select an App Designer GUI, packaged as an *.mlapp file, and converts the GUI's class definition from an XML file to a standalone *.m file.
The class definition for an App Designer GUI is embedded in an XML file located in a subfolder of the packaged *.mlapp file, which can be accessed like a *.zip file. MLAPP2CLASSDEF strips the XML header & footer and saves the class definition to a *.m file located in the same path as the *.mlapp file.
Current Limitations:
MLAPP2CLASSDEF assumes that the targeted *.mlapp file is a GUI created by MATLAB's App Designer. Other packaged apps are not explicitly supported.
Structure of the packaged *.mlapp file is assumed to be a constant (e.g.`~\matlab\document.xml is the path to the class definition XML)
For the fastest response times to bugs and requests, please utilize this project's issue tracker on GitHub.
Citar como
sco1 (2026). mlapp2classdef (https://github.com/StackOverflowMATLABchat/mlapp2classdef), GitHub. Recuperado .
Información general
- Versión 1.1.1.0 (6,47 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.1.1.0 | Remove wc caveat for Linux and Mac systems |
||
| 1.1.0.0 | Updated description |
||
| 1.0.0.0 |
