Automatización de compilación
Desde R2022b
Utilice la herramienta de compilación de MATLAB® para estandarizar el proceso de compilación y prueba para el proyecto. Con la herramienta de compilación de MATLAB, puede:
Definir, ver y ejecutar tareas mediante una interfaz estandarizada.
Especificar las dependencias para que las tareas se ejecuten en el orden previsto.
Evitar el trabajo redundante volviendo a compilar solo lo que ha cambiado.
Para comenzar, consulte Overview of MATLAB Build Tool.
Clases
Temas
- Overview of MATLAB Build Tool
Use the MATLAB build tool to define and run a build.
- Create and Run Tasks Using Build Tool
Create a plan using a main function and a local task function in a build file. Then, run the tasks with the build tool.
- Create Tasks That Accept Arguments
Create build tasks that accept arguments for customizing their actions. Then, run the tasks with the build tool. (Desde R2023a)
- Create Groups of Similar Tasks
Create and run a group of related tasks that act as a single unit of work in the build tool. (Desde R2024b)
- Create Custom Reusable Tasks
Implement a custom task class that you can use in multiple build files. (Desde R2025a)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (Desde R2023a)
- Run Build from Toolstrip
Run a build interactively from the MATLAB Toolstrip. (Desde R2025a)