Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. v = VideoReader('filename.avi');
  2. video = readframe(v,1);
  3. figVid = figure();
  4. axeVid = axes('Parent', figVid);
  5. image(video, 'Parent', axeVid);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement