From: Raj Kamal on 7 Jul 2010 13:29 I need to create a gui like a figure window that will play a video and also there should be some menu items in the window. I can get all the menu items in menu bar and an image but not the video. Is this possible in matlab? With regards Raj
From: kk KKsingh on 7 Jul 2010 13:36 "Raj Kamal" <rustyraj18(a)gmail.com> wrote in message <i12dh3$ete$1(a)fred.mathworks.com>... > I need to create a gui like a figure window that will play a video and also there should be some menu items in the window. > I can get all the menu items in menu bar and an image but not the video. > Is this possible in matlab? > > With regards > Raj yes it is !
From: Raj Kamal on 7 Jul 2010 14:10 "kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i12duk$crn$1(a)fred.mathworks.com>... > "Raj Kamal" <rustyraj18(a)gmail.com> wrote in message <i12dh3$ete$1(a)fred.mathworks.com>... > > I need to create a gui like a figure window that will play a video and also there should be some menu items in the window. > > I can get all the menu items in menu bar and an image but not the video. > > Is this possible in matlab? > > > > With regards > > Raj > > yes it is ! Please tell me how?
From: Image Analyst on 7 Jul 2010 14:51 Raj Kamal: Did you also put an "axes" control on your figure so that you can display the video? Maybe you can post your code. -ImageAnalyst
|
Pages: 1 Prev: Saving/Loading The Workspace From a Structure Within .mat Next: Updating Images |