using GUI
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2012-1-28
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
回答(1 个)
Image Analyst
2012-1-28
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!