User`s guide

delete
14-16
14delete
Purpose Remove target object
Syntax MATLAB command line
delete(target_object)
target_object.delete
Arguments
Description Use this method to completely remove the target object. If there are any scopes
still associated with the target, this method removes all those scope objects as
well.
To ensure that you have successfully removed a target object, type
target_object
If a message like the following is displayed, you have successfully removed the
target object.
target_object =
handle
See Also The xPC Target target object methods targetping and xpctarget.xpc.
target_object
Name of a target object.