How to display video by App designer?

조회 수: 3 (최근 30일)
ying xiong
ying xiong 2017년 5월 28일
댓글: ying xiong 2018년 4월 3일
Am I able to use the App Designer to build an application, which can read the video information from Simulink (the video processed by Simulink), and display it with full screen?

채택된 답변

Walter Roberson
Walter Roberson 2017년 5월 29일
Yes. From R2016b, App Designer allows you to use image() or imshow(). You can construct a UIaxes, put an image() on it, and then each step through the video you can set the CData property of the image object to the updated content.
  댓글 수: 4
Lydin Camilleri
Lydin Camilleri 2018년 4월 3일
편집: Lydin Camilleri 2018년 4월 3일
Should give example PLease
ying xiong
ying xiong 2018년 4월 3일
Hi, at last, I didn't use this method because I couldn't remove the axis. So I directly use the MATLAB code to write a video player

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 使用 App 设计工具开发 App에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!