User`s guide

imaqmontage
Create an axes object.
a = axes;
Display each image frame acquired on axes a.
imaqmontage(data, 'Parent', a);
Remove the video input object from memory.
delete(obj);
See Also getdata, getsnapshot, imaqhelp, peekdata
12-28