How to implement a implay in a GUI interface.

3 Ansichten (letzte 30 Tage)
Marco
Marco am 26 Apr. 2014
Beantwortet: Apdullah YAYIK am 27 Apr. 2014
Hi every one. I am trying to create a GUI with a implay to see a some frames of an image but I don´t know how to do this.

Antworten (1)

Apdullah YAYIK
Apdullah YAYIK am 27 Apr. 2014
Create axes object on gui. right click on exes View callback/Create Function Then write this code (sample.png must be in current directory or you must write full path.)
axes=(hObject) imshow('sample.png')

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by