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 CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by