Undefined function or variable 'figureExitButton_SizeChangedFcn' in Guide
조회 수: 15 (최근 30일)
이전 댓글 표시
I got this error at one point after changing size and position of my gui with set(n,'units',.... The error is:
Undefined function or variable 'figureExitButton_SizeChangedFcn'.
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in Messung (line 42) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)Messung('figureExitButton_SizeChangedFcn',hObject,eventdata,guidata(hObject)) Error using matlab.hg.internal.openfigLegacy (line 117) Error while evaluating Figure SizeChangedFcn.
The Gui still works fine with this error, but I can't use uiwait anymore with this error, because it gives me a new error and just stops completely: Error using uiwait (line 48) Input argument must be of type figure
Did someone already had this error or knows how I can solve this or work around this?
댓글 수: 8
Geoff Hayes
2018년 3월 14일
try deleting this property value so that there is no reference to figureExitButton_SizeChangedFcn
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!