La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Distribución de toolboxes
Puede empaquetar archivos de MATLAB® para crear una toolbox y compartirla con otras personas. Estos archivos pueden incluir código, datos, apps, ejemplos y documentación de MATLAB. Cuando se crea una toolbox, MATLAB genera un archivo de instalación único (.mltbx
) que permite que cualquier usuario instale esa toolbox.
Funciones
Temas
- Create and Share Toolboxes
You can package MATLAB files to create a single installation file to share with others. These files can include MATLAB code, data, apps, examples, and documentation.
- Add Help for Your Program
Help text appears in the Command Window when you use the
help
function. Create help text for your program by inserting comments at the beginning. - Check Which Programs Have Help
To determine which of your programs files have help text, you can generate a Help Report.
- Customize Code Suggestions and Completions
To customize code suggestions and completions for your functions, provide MATLAB with information about your function signatures.
- Display Custom Documentation
If you create a toolbox that works with MathWorks® products, you can include custom documentation that is viewable in the MATLAB Help browser. Custom documentation can include figures, diagrams, screen captures, equations, and formatting to make your toolbox help more usable.
- Display Custom Examples
Display examples such as videos, published program scripts, or other files that illustrate the use of your programs in the MATLAB help browser.
- Identify Program Dependencies
Determine which functions and scripts your program is dependent upon.
- Create Factory Settings for Toolboxes
Create factory settings that can be used to customize the appearance and behavior of the toolbox after installation.