필터 지우기
필터 지우기

using GUI

조회 수: 3 (최근 30일)
Pan
Pan 2012년 1월 28일
댓글: Loyim Franck 2018년 5월 28일
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
Walter Roberson 2012년 1월 28일
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Loyim Franck
Loyim Franck 2018년 5월 28일
please I need the code to read a video in a matlab gui axes

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
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().

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by