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