MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guia do Utilizador Página 144

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 143
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.
Vista de página 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 573 574

Comentários a estes Manuais

Sem comentários