How to implement a implay in a GUI interface.

2 ビュー (過去 30 日間)
Marco
Marco 2014 年 4 月 26 日
回答済み: Apdullah YAYIK 2014 年 4 月 27 日
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.

回答 (1 件)

Apdullah YAYIK
Apdullah YAYIK 2014 年 4 月 27 日
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')

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by