Mostra commenti meno recenti
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 Commenti
Jan
il 28 Gen 2012
Please take the time to explain the problem ith any details. What have you tried so far and what do you want to achieve exactly?
Pan
il 28 Gen 2012
Walter Roberson
il 28 Gen 2012
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Loyim Franck
il 28 Mag 2018
please I need the code to read a video in a matlab gui axes
Risposte (1)
Image Analyst
il 28 Gen 2012
0 voti
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().
Categorie
Scopri di più su Motion Detection in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!