Export target feature data
target.export(
exports the
specified target feature data to a MATLAB® function, targetFeatureObject
)registerTargets.m
. Use the generated file to
share target feature data between sessions and computers. When you run
registerTargets.m
, it recreates the target feature object and adds the
object to MATLAB memory.
target.export(
exports the specified target feature data using one or more name-value pair
arguments.targetFeatureObject
,Name,Value
)
For a workflow example that uses this function, see Export Hardware Device Data .