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!