User`s guide
5 Connecting to Hardware
5-26
Nest a call to the imaqfind function within the delete function to delete all these
objects from memory.
delete(imaqfind)
Note that the variables associated with the objects remain in the workspace.
whos
Name Size Bytes Class
vid 1x1 1120 videoinput object
vid2 1x1 1120 videoinput object
vid3 1x1 1120 videoinput object
vids 1x3 1280 videoinput object
These variables are not valid image acquisition objects.
isvalid(vid)
ans =
0
To remove these variables from the workspace, use the clear command.