User`s guide

delete
Purpose Remove target obje ct
Syntax MATLAB command line
delete(target_object)
target_object.delete
Arguments
target_object
Name of a target object.
Description Use this method to completely remove the target object. If there are a ny
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.
18-10