フィルターのクリア

How to input values in a GUI and send it to MainGUI ??

1 回表示 (過去 30 日間)
Nu9
Nu9 2011 年 8 月 5 日
Hi
I want to open a second GUI from a pushbutton in mainGUI, that new GUI is only for input of values(7 variables).These values will be used in main, in a function. After that, i need to plot the result of the funtion with another standard function.
In the new GUI i need to define the variables? How to use de setappdata and getappdata with all variables?
Nuno Lima

採用された回答

Daniel Shub
Daniel Shub 2011 年 8 月 5 日
  1 件のコメント
Nu9
Nu9 2011 年 8 月 18 日
i try to use that info but no results. i don't undersantd where i need to put all the defined variables
% Add a brand new variable on to the handles structure.
handles.myNewVariable = 0;
it must be in function data_OpeningFcn(hObject, eventdata, handles, varargin) or in function edit1_Callback(hObject, eventdata, handles)?

サインインしてコメントする。

その他の回答 (1 件)

Nu9
Nu9 2011 年 8 月 16 日
HI again, finally it opens a new GUI where i can input 7 variables, but i don't undersand how it save the values. i want to push a buttom then it save the values and send them to the main GUI.
a = get(handles.edit1_editText,'String');
i add this line in "function pushbutton1_Callback(hObject, eventdata, handles) " and shows me a lot of errors after that.
programming in c++ i can save variables in a second function and then i use those values in main function, how can i do the same here?
Please help me

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by