Automatisation de la compilation
Depuis R2022b
Utilisez l’outil de compilation MATLAB® pour standardiser le processus de compilation et de test de votre projet. Avec l’outil de compilation MATLAB, vous pouvez :
Définir, afficher et exécuter des tâches à l’aide d’une interface standard.
Spécifier les dépendances pour que les tâches s’exécutent dans l’ordre prévu.
Éviter le travail redondant en ne recompilant que ce qui a changé.
Pour en savoir plus, consultez Overview of MATLAB Build Tool.
Classes
Rubriques
- 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. (depuis 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. (depuis R2024b)
- Create Custom Reusable Tasks
Implement a custom task class that you can use in multiple build files. (depuis R2025a)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (depuis R2023a)
- Run Build from Toolstrip
Run a build interactively from the MATLAB Toolstrip. (depuis R2025a)