How can I pass data from one gui to another?
2 ビュー (過去 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!