Info

This question is closed. Reopen it to edit or answer.

Can anyone help me determine how to pass a static text to another gui when a push button is selected?

1 view (last 30 days)
I have 3 gui's that i am coding. The second gui i am coding to pass the results from the second gui to the third gui. I am successfully passing the gui from the second one to the third, but not able to pass the static text so that it displays on the third gui. Every time i run the code, I am getting the following error.
  • * |*Reference to non-existent field 'age_et'.
Error in PS12_MHRresult_strong11>PS12_MHRresult_strong11_OpeningFcn (line 84) handles.age_et=set(handles.age_et,'String','Age');
Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in PS12_MHRresult_strong11 (line 65) gui_mainfcn(gui_State, varargin{:});
Error in PS12_MHRcalculation_strong11>result_pb_Callback (line 190) PS12_MHRresult_strong11(handles.result_pb)
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in PS12_MHRcalculation_strong11 (line 65) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)PS12_MHRcalculation_strong11('result_pb_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
EDU>>
Help is greatly appreciated!!| * *
*

Answers (0)

Community Treasure Hunt

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

Start Hunting!