Borrar filtros
Borrar filtros

GUI unknown object at start up

1 visualización (últimos 30 días)
Chris
Chris el 21 de Abr. de 2011
Hi,
I have a GUI I am developing using GUIDE in MATLAB R2009a but it comes up with a weird error about a listbox that is on another form. Can anyone help?
The error I get is:
??? Error using ==> feval
Undefined function or method 'lstImageDB_CreateFcn' for input
arguments of type 'double'.
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> IRIS_GUI at 43
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)IRIS_GUI('lstImageDB_CreateFcn',hObject,eventdata,guidata(hObject))
??? Error using ==> struct2handle
Error while evaluating uicontrol CreateFcn

Respuesta aceptada

Chris
Chris el 21 de Abr. de 2011
Bah! I had deleted the create function for lstImageDB, all sorted now :)

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by