MATLAB: Uicontrol

uicontrol frame

I want to use uicontrol that play video. ex.uicontrol('style','frame','position',[10 170 80 30]); but I don't how to make code about player video.

Best Answer

You cannot display a "video" inside a frame-uicontrol. But movie and videoreader will be more helpful.