| Data Acquisition Toolbox | Search  Help Desk |
| clear | See Also |
Clear device objects from the MATLAB workspace.
Syntax
clear obj
Description
clear obj removes the device object including all associated channels or lines from the MATLAB workspace but not from the data acquisition engine. Therefore, if multiple references to an object exist in the workspace, removing one reference will not invalidate the remaining references. Cleared objects can be restored to the MATLAB workspace with daqfind.
Note:
delete should be used.
See Also
Functions
daqfind, delete