フィルターのクリア

How do I tacle these error messages!

1 回表示 (過去 30 日間)
Gbola
Gbola 2012 年 6 月 16 日
Help is required on how to tacle the following error messages:
1, ??? Undefined function or variable 'cou'.
2. Error in ==> gui_mainfcn at 96 feval(varargin{:});
3. Error in ==> QPR at 42 gui_mainfcn(gui_State, varargin{:});
4. Error in ==> @(hObject,eventdata)QPR('pushbuttoncompute_Callback',hObject,eventdata,guidata(hObject))
5. ??? Error while evaluating uicontrol Callback
Thanks.

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 6 月 16 日
Something in the routine pushbuttoncompute_Callback references a variable named "cou", but that variable is undefined.
We do not have enough information to provide guesses as to what "cou" should be or why it is undefined.

カテゴリ

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