Borrar filtros
Borrar filtros

How to display video by App designer?

5 visualizaciones (últimos 30 días)
ying xiong
ying xiong el 28 de Mayo de 2017
Comentada: ying xiong el 3 de Abr. de 2018
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Mayo de 2017
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 comentarios
Lydin Camilleri
Lydin Camilleri el 3 de Abr. de 2018
Editada: Lydin Camilleri el 3 de Abr. de 2018
Should give example PLease
ying xiong
ying xiong el 3 de Abr. de 2018
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 使用 App 设计工具开发 App en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!