Main Content
target.add
Add target object to internal database
Description
adds the specified target object to an internal database and returns a vector that contains
the added objects. By default, the target data is available only for the current MATLAB® session.objectsAdded
= target.add(targetObject
)
uses name-value arguments to control persistence over MATLAB sessions and command-line output.objectsAdded
= target.add(targetObject
, Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a
See Also
target.clear
| target.create
| target.get
| target.remove
| target.update