フィルターのクリア

How can I fix this Error using feval Undefined function 'status'

2 ビュー (過去 30 日間)
Hisham Al Ashkar
Hisham Al Ashkar 2016 年 6 月 22 日
回答済み: Walter Roberson 2016 年 6 月 22 日
After creating a display in GUI, I'm getting this error:
Error using feval
Undefined function 'status' for input arguments of type 'matlab.ui.Figure'.
Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);
Error in Untitled(line 42)
gui_mainfcn(gui_State, varargin{:})

採用された回答

Walter Roberson
Walter Roberson 2016 年 6 月 22 日
Somewhere in your GUIDE-created GUI, you have a callback that is programmed to invoke a routine named 'status', such as if at one time you had had a uicontrol with tag 'status' and you had edited the code for it out of the .m file instead of asking GUIDE to remove the item.

その他の回答 (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