필터 지우기
필터 지우기

What is this error message mean???

조회 수: 2 (최근 30일)
Santhosh
Santhosh 2017년 3월 14일
댓글: Santhosh 2017년 3월 14일
Error using matlab.ui.control.UIControl/get
There is no BackgroudndColor property on the UIControl class.
Error in Iteration_6_Smart_Trolley>edit2_CreateFcn (line 154)
if ispc && isequal(get(hObject,'BackgroudndColor'), get(0,'defaultUicontrolBackgroundColor'))
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in Iteration_6_Smart_Trolley (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)Iteration_6_Smart_Trolley('edit2_CreateFcn',hObject,eventdata,guidata(hObject))

채택된 답변

Guillaume
Guillaume 2017년 3월 14일
It can't get any clearer: There is no BackgroudndColor property on the UIControl class.
Notice how you misspelled BackgroundColor
  댓글 수: 1
Santhosh
Santhosh 2017년 3월 14일
Thank you so much... its this simple and i couldn't figure it out...

댓글을 달려면 로그인하십시오.

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