フィルターのクリア

How to fix GUI error?

3 ビュー (過去 30 日間)
Ryan
Ryan 2015 年 3 月 24 日
コメント済み: Anusha B 2015 年 3 月 30 日
I was working on some code and a gui for a school assignment and gotten it to work perfectly. I finished the assignment and needed to go back and change the header for basic information purposes. All I did was copy and paste a template header below the beginning function line of the gui code. Now my code is not working and get this error. This piece of code has never been a problem and idk why it is giving me an error. Didn't even edit this section, why MATLAB, why?
Error in
PS11_DragForce_calculation_yourlogin>compute_pb_Callback
(line 208)
wing_length = str2num(get(handles.wingL_et,
'String'));
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in PS11_DragForce_calculation_yourlogin
(line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
@(hObject,eventdata)PS11_DragForce_calculation_yourlogin('compute_pb_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
edit: Let me know if you want to see what I copied to the top or how I edited the code.
  2 件のコメント
Geoff Hayes
Geoff Hayes 2015 年 3 月 29 日
Ryan - did you try undoing the changes to the header? What was the template that you copied and pasted in?
Anusha B
Anusha B 2015 年 3 月 30 日
Hi Ryan,
I think it would help if you share information on how you edited the code.

サインインしてコメントする。

回答 (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