필터 지우기
필터 지우기

GUIDE error question from deleted component

조회 수: 2 (최근 30일)
Jason
Jason 2018년 10월 25일
댓글: Jason 2018년 10월 26일
Hello, whenever I run my program (where the GUI is created in GUIDE), I keep getting the error:
Undefined function or variable 'edit81_CreateFcn'.
Error in gui_mainfcn (line 95)
feval(varargin{:});
I have previously removed GUI components and their callbacks and guess its some relic of that.
I can't get rid of it as I don't seem to have an edit81 component anymore (unless Im not looking correctly for it - Im using the object browser)
How can I remove this error?
Thanks Jason

채택된 답변

Image Analyst
Image Analyst 2018년 10월 25일
In the GUIDE pulldown menu, do View/Object Browser. Do you see that component listed? If so click on it and delete it.

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