Borrar filtros
Borrar filtros

How to fix GUI error?

3 visualizaciones (últimos 30 días)
Ryan
Ryan el 24 de Mzo. de 2015
Comentada: Anusha B el 30 de Mzo. de 2015
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 comentarios
Geoff Hayes
Geoff Hayes el 29 de Mzo. de 2015
Ryan - did you try undoing the changes to the header? What was the template that you copied and pasted in?
Anusha B
Anusha B el 30 de Mzo. de 2015
Hi Ryan,
I think it would help if you share information on how you edited the code.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by