필터 지우기
필터 지우기

GUI unknown object at start up

조회 수: 1 (최근 30일)
Chris
Chris 2011년 4월 21일
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

채택된 답변

Chris
Chris 2011년 4월 21일
Bah! I had deleted the create function for lstImageDB, all sorted now :)

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