このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
ビルドの自動化
R2022b 以降
ビルド ツールを使用して、コードの問題の特定、テストの実行、ツールボックスのパッケージ化など、ビルド タスクを作成および実行します。
1 つのビルド ファイルにタスクとタスクの依存関係を含めて計画を作成し、ビルド ツールを呼び出して計画を実行することができます。はじめに、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 以降)