필터 지우기
필터 지우기

How to display an image on an axe in GUIDE

조회 수: 1 (최근 30일)
TheBeginner
TheBeginner 2013년 1월 4일
Hello,
I am making two GUIs work together and I encounter the following problem :
On my main GUI I have an axe on which I want to display an image that I choose on the second GUI.
I have passed the axe's handle to the second GUI.
There I have a "pushbutton" that should, when clicked on, display the image on the main GUI.
I can't manage to use the command "imagesc" with the axe's handle.
Any idea on how to do this?
Thank you very much!

채택된 답변

Image Analyst
Image Analyst 2013년 1월 4일
Why are you using two GUIs? Why not make it easy on yourself and just use one? If you want to do it the hard way, see the FAQ
  댓글 수: 4
Image Analyst
Image Analyst 2013년 1월 4일
In my opinion, you're always better off having one main GUI rather than a bunch of disconnected separate GUIs floating around. You're going to have the same things, the same number of things, on the screen, right? It's just whether they are in one main GUI or scattered all over the place in multiple GUIs, some of which could possibly get covered up by other applications, not to mention how much more difficult it makes communication between them all.
TheBeginner
TheBeginner 2013년 1월 7일
Ok, i have followed your advice, it is indeed more simple to built it like this!
Thank you :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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