What is this error message mean???

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 日

1 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

質問済み:

2017 年 3 月 14 日

コメント済み:

2017 年 3 月 14 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by