hi my problems are : 1 )Error using feval Undefined function 'togglebutton1_Callback' for input arguments of type 'struct'. 2)Error in gui_mainfcn (line 96) 3)Error in ecg_wavelet (my program)(line 42) -gui_mainf​cn(gui_Sta​te,varargi​n{:});

hi my problems are :
  1. Error using feval Undefined function 'togglebutton1_Callback' for input arguments of type 'struct'.
  2. Error in gui_mainfcn (line 96)
  3. Error in ecg_wavelet (my program)(line42)-gui_mainfcn(gui_State,varargin{:});
  4. Error while evaluating uicontrol Callback
  5. Error in@(hObject,eventdata)ecg_wavelet('togglebutton1_Callback',hObject,eventdata,guidata(hObject)).
How can ı solve these problem? (i will be happy when you help me)

1 件のコメント

Marc Jakobi
Marc Jakobi 2016 年 10 月 24 日
Could you please describe what you are trying to do and post some of your code? Also, please use the code{} button to format the code in the forum.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 10 月 24 日
You need to follow the instructions in http://www.mathworks.com/matlabcentral/answers/308766-what-can-i-do-for-undefined-function-togglebutton1_callback-for-input-arguments-of-type-struct#answer_240340 by adding the code that I show there to a file togglebutton1_Callback.m and then run your code and tell us what the output shows. We cannot debug properly without that output.

カテゴリ

ヘルプ センター および File ExchangeEntering Commands についてさらに検索

タグ

質問済み:

2016 年 10 月 24 日

回答済み:

2016 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by