GUI development.

1 回表示 (過去 30 日間)
Rohini
Rohini 2011 年 5 月 7 日
Hello.
I am getting the following error for every GUI I try to execute. Can someone please explain what is wrong?
??? Attempt to reference field of non-structure array.
Error in ==> myAdder>add_pushbutton_Callback at 134 a = get(handles.input1_editText,'String');
Error in ==> gui_mainfcn at 96 feval(varargin{:});
Error in ==> myAdder at 42 gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback

採用された回答

Daniel Shub
Daniel Shub 2011 年 5 月 7 日
I would look at handles.input1_editText. It is likely that somewhere handles got overwritten and is no longer a structure array.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by