matlab.buildtool.TaskOutputs Class
Namespace: matlab.buildtool
Description
The matlab.buildtool.TaskOutputs
class provides a container for defining
and grouping outputs of a task. For more information about task inputs and outputs, see Improve Performance with Incremental Builds.
A TaskOutputs
object behaves like a structure, where field names are task
output names and field values are task output values. To add, modify, or return a task output,
index into the TaskOutputs
object by using the output name. For example, for a
TaskOutputs
object named outputs
:
outputs.
adds or modifies the value of an output namedOutputName
= value
.OutputName
value = outputs.
returns the value of an output namedOutputName
.OutputName
Creation
Description
Input Arguments
Methods
Examples
Version History
Introduced in R2023b