How can I pass data from one gui to another?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a GUI in which there is a pushbutton "next" which takes me to another GUI. What I want to do is by clicking pushbutton "next" in GUI_1, GUI_2 shows an image that I have already inserted in a previous GUI_0. I have already made a masterGUI which controls the other GUIs, but I don't know how I can pass this image from the first GUI to the third and get it shown in an axis there.
댓글 수: 0
답변 (2개)
Friedrich
2012년 12월 3일
Hi,
have a look here:
Which also explains how to pass data between GUIs:
댓글 수: 0
Image Analyst
2012년 12월 3일
You might check out the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
댓글 수: 2
Image Analyst
2012년 12월 3일
What is an anchor? You mean the stuff after the #? I just clicked on the contents and then copied from the address field. Though I did notice that recently they seemed to change it so that you get only Chapter headings in the contents, not the full contents, unless you're logged in, and then you'll see the full contents.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!