WindowButtonMotionFcn error in voice processing

I am developing an exercise in voice processing in matlab with guide and have the following error Undefined function or variable 'DSD'. Evaluating error while appearing WindowButtonMotionFcn I have been trying to solve all afternoon without success If someone could help me I would appreciate it very Attachment files

 採用された回答

Geoff Hayes
Geoff Hayes 2015 年 7 月 13 日

1 投票

Alvaro - open the GUI figure in GUIDE. Open the Property Inspector for the figure recvoc. Scroll to the bottom of the list and look at the WindowButtonDownFcn , WindowButtonMotionFcn , WindowButtonUpFcn , and WindowKeyPressFcn properties. Each has been assigned the value asdas, dsd, a, and sd respectively.
Clear/remove these values, save your GUI and re-run it.

2 件のコメント

Alvaro Arenas
Alvaro Arenas 2015 年 7 月 13 日
Oh Thank you so much I solved this problem. Please I have an other problem. When I press the Reiniciar Botton. I have this error. Cannot find an exact (case-sensitive) match for 'GCBF'
The closest match is: gcbf in C:\Program Files\MATLAB\R2013a\toolbox\matlab\graphics\gcbf.m
please, if you could help me I would appreciate it very
Geoff Hayes
Geoff Hayes 2015 年 7 月 14 日
Alvaro - change the line of code in the Reiniciar_Callback function from
close(GCBF)
to
close(gcbf)

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by