Problem with running my GUI
古いコメントを表示
When i run my GUI.fig directly from the folder list i get the following errors:
Attempt to reference field of non-structure array.
Error in GUIprop>propagation_Callback (line 81)
x1 = str2double(get(handles.x1,'String'));
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in GUIprop (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
@(hObject,eventdata)GUIprop('propagation_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
When i open it in order to edit it and run it from there it runs as normal without error. Any idea as to what i am doing wrong?
1 件のコメント
ESHAAN
2013 年 9 月 15 日
handles.x1 is incorrect and try to search for correct gui component so that you can read the tag name.
like the tags are : handles.edit1 handles.text1 handles.pushbutton1 and so on
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!