I am using implay to play some frames i want, the thing is that window size that pops is a bit small,so the user must maximize it by himself, is there any w
handle = implay(movie); handle.Parent.Position = [100 100 700 550];
Also works if you want to set window size.