Automatización de compilación
Desde R2022b
Utilice la herramienta de creación para crear y ejecutar tareas de creación, como identificar problemas de código, ejecutar pruebas y empaquetar una toolbox.
Puede crear un plan con sus tareas y dependencias de tareas en un único archivo de creación y, después, invocar la herramienta de creación para ejecutar el plan. Para comenzar, consulte Overview of MATLAB Build Tool.
Clases
Temas
- Overview of MATLAB Build Tool
Use the 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)