MATLAB File Help: HebiArmPlugin/delete
HebiArmPlugin/delete
 delete   Delete a handle object.
    The delete method deletes a handle object but does not clear the handle
    from the workspace.  A deleted handle is no longer valid.
 
    delete(H) deletes the handle object H, where H is a scalar handle.
 
    

Help for HebiArmPlugin/delete is inherited from superclass handle
See also
Method Details
Defining Class handle
Access public
Sealed false
Static false