빌드 자동화
R2022b 이후
MATLAB® 빌드 툴을 사용하여 프로젝트의 빌드 및 테스트 프로세스를 표준화합니다. MATLAB 빌드 툴을 사용하면 다음을 수행할 수 있습니다.
표준 인터페이스를 사용하여 작업을 정의하고, 보고, 실행합니다.
작업이 의도한 순서대로 실행되도록 종속 관계를 지정합니다.
변경된 부분만 다시 빌드하여 불필요한 작업을 방지합니다.
시작하려면 Overview of MATLAB Build Tool 항목을 참조하십시오.
클래스
도움말 항목
- 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. (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 이후)