GUI function error: SizeChangedFcn, but resiziing is set to 'off'
조회 수: 1 (최근 30일)
이전 댓글 표시
My GUI is giving me a strange error: when I open it for the first time, the GUI doesnt become visible until I call one of the axes - eg.
endaxes(handles.axes2);
However when the GUI does open I am now getting this error:
Error using MYFunction>figure1_SizeChangedFcn
Too many input arguments.
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MYFunction (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MYFunction('figure1_Siz
eChangedFcn',hObject,eventdata,guidata(hObject))
Error while evaluating Figure SizeChangedFcn
Note this GUI used to work well. However since then the GUI figure has been opened on more than one machine / display / matlab install (and was saved) which could be contributing. I have set the GUI resize option to 'off', or unresizable. Environment is 2015b.
One other point: I am unable to manually resize the GUI figure in GUIDE.
Any advise helps!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!