How to display video by App designer?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ying xiong
am 28 Mai 2017
Kommentiert: ying xiong
am 3 Apr. 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?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 29 Mai 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 Kommentare
Lydin Camilleri
am 3 Apr. 2018
Bearbeitet: Lydin Camilleri
am 3 Apr. 2018
Should give example PLease
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!