using GUI
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 28 de En. de 2012
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Respuestas (1)
Image Analyst
el 28 de En. de 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().
0 comentarios
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!