Info
この質問は閉じられています。 編集または回答するには再度開いてください。
regarding gui
1 回表示 (過去 30 日間)
古いコメントを表示
??? Undefined function or variable 'handles'.
Error in ==> eldrun at 2 set(handles.start,'Enable','off');
help me solve this problem
0 件のコメント
回答 (1 件)
Image Analyst
2011 年 12 月 15 日
I am going to ask you the very same thing. Help me solve this problem. Help me help you. All I can say now is to set a breakpoint at that line and see what members handles has. Chances are handles is null. But why is it null? How did it get there? Was it passed in to that routine in the arg list?
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!