clear
Clear image acquisition object from MATLAB workspace
Syntax
Description
clear obj removes the image acquisition object
obj from the MATLAB® workspace. obj can be either a video input object or a
video source object.
If you clear a video input object that is running (its Running
property has the value 'on'), the object continues executing.
You can restore cleared objects to the MATLAB workspace with the imaqfind function.
To remove an image acquisition object from memory, use the delete
function.
Version History
Introduced before R2006a