ビルドの自動化
R2022b 以降
MATLAB® ビルド ツールを使用して、プロジェクトのビルドおよびテスト プロセスを標準化します。MATLAB ビルド ツールを使用すると、次のことができます。
標準化されたインターフェイスを使用して、タスクを定義、表示、および実行する。
タスクが意図した順序で実行されるように、依存関係を指定する。
変更された部分だけをリビルドすることで、重複作業を避ける。
はじめに、MATLAB ビルド ツールの概要を参照してください。
クラス
トピック
- MATLAB ビルド ツールの概要
MATLAB ビルド ツールを使用してビルドを定義および実行する。
- 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. (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. (R2024b 以降)
- Create Custom Reusable Tasks
Implement a custom task class that you can use in multiple build files. (R2025a 以降)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (R2023a 以降)
- Run Build from Toolstrip
Run a build interactively from the MATLAB Toolstrip. (R2025a 以降)