Main Content
target.export
Export target object data
Description
target.export(
exports the
specified target object data to a MATLAB® function, targetObject
)registerTargets.m
. Use the generated file to
share target feature data between sessions and computers. When you run
registerTargets.m
, it recreates the target object and adds the object
to an internal database.
target.export(
exports the specified target object data using one or more name-value pair arguments.targetObject
,Name,Value
)
Examples
Input Arguments
Version History
Introduced in R2019b