Costruzione dell’automazione
Da R2022b
Utilizzare lo strumento di compilazione di MATLAB® per standardizzare il processo di compilazione e test del progetto. Con lo strumento di compilazione di MATLAB è possibile:
Definire, visualizzare ed eseguire attività utilizzando un'interfaccia standardizzata.
Specificare le dipendenze in modo che le attività vengano eseguite nell'ordine previsto.
Evitare il lavoro superfluo ricompilando solo quello che è cambiato.
Per iniziare, vedere Overview of MATLAB Build Tool.
Classi
Argomenti
- 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. (Da 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. (Da R2024b)
- Create Custom Reusable Tasks
Implement a custom task class that you can use in multiple build files. (Da R2025a)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (Da R2023a)
- Run Build from Toolstrip
Run a build interactively from the MATLAB Toolstrip. (Da R2025a)