Filter löschen
Filter löschen

using GUI

3 Ansichten (letzte 30 Tage)
Pan
Pan am 28 Jan. 2012
Kommentiert: Loyim Franck am 28 Mai 2018
I want to making a Interface that could play four different videos using GUI. I didn't know how to do , help me thank!
  4 Kommentare
Walter Roberson
Walter Roberson am 28 Jan. 2012
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Loyim Franck
Loyim Franck am 28 Mai 2018
please I need the code to read a video in a matlab gui axes

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 28 Jan. 2012
You can use GUIDE to place 4 axes on the figure. Then, in your code somewhere, use VideoReader to read frames and imshow() to display them in the proper axes. The movie() function is deprecated after R2010b. To play in a standalone window use implay().

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by