Main Content

matlab.buildtool.tasks Namespace

Summary of built-in task classes

Since R2023b

Description

Tasks represent units of work in a build, such as identifying code issues, running tests, and packaging a toolbox. The matlab.buildtool.tasks namespace consists of the following built-in task classes.

Classes

matlab.buildtool.tasks.CleanTaskTask for deleting outputs and traces
matlab.buildtool.tasks.CodeIssuesTaskTask for identifying code issues
matlab.buildtool.tasks.MexTaskTask for building MEX file
matlab.buildtool.tasks.PcodeTaskTask for creating P-code files
matlab.buildtool.tasks.TestTaskTask for running tests

Version History

Introduced in R2023b