필터 지우기
필터 지우기

How to fix GUI error?

조회 수: 3 (최근 30일)
Ryan
Ryan 2015년 3월 24일
댓글: Anusha B 2015년 3월 30일
I was working on some code and a gui for a school assignment and gotten it to work perfectly. I finished the assignment and needed to go back and change the header for basic information purposes. All I did was copy and paste a template header below the beginning function line of the gui code. Now my code is not working and get this error. This piece of code has never been a problem and idk why it is giving me an error. Didn't even edit this section, why MATLAB, why?
Error in
PS11_DragForce_calculation_yourlogin>compute_pb_Callback
(line 208)
wing_length = str2num(get(handles.wingL_et,
'String'));
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in PS11_DragForce_calculation_yourlogin
(line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
@(hObject,eventdata)PS11_DragForce_calculation_yourlogin('compute_pb_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
edit: Let me know if you want to see what I copied to the top or how I edited the code.
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2015년 3월 29일
Ryan - did you try undoing the changes to the header? What was the template that you copied and pasted in?
Anusha B
Anusha B 2015년 3월 30일
Hi Ryan,
I think it would help if you share information on how you edited the code.

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

답변 (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