matlab.buildtool.TaskInputs class
Package: matlab.buildtool
Description
The matlab.buildtool.TaskInputs
class provides a container for defining and
grouping inputs of a task. Specifying inputs or outputs for a task enables incremental build
support for the task. For more information, 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:
To add or modify an input, use the
inputs.
syntax, whereInputName
= value
is the name of the input you want to add or modify.InputName
To return an input, use the
value = inputs.
syntax, whereInputName
is the name of the input whose value you want to return.InputName
Creation
Description
Input Arguments
Methods
Examples
Version History
Introduced in R2023b