필터 지우기
필터 지우기

Error in GUI

조회 수: 1 (최근 30일)
Ean Soo
Ean Soo 2011년 3월 18일
Hie guys, can i know where is the error when this appear in my command window when i run my GUI.
??? Undefined function or method 'maingui' for input arguments of type 'struct'.
??? Error while evaluating uicontrol Callback
Regards, Ean

채택된 답변

Walter Roberson
Walter Roberson 2011년 3월 18일
What is the name that you are invoking your gui under, and how are you invoking it from the command line? Is it "maingui"? The error message you receive is suggestive that you have a created a Callback routine that attempts to invoke the routine "maingui" without providing the "source" and "event" parameters to it. That could happen if your code has
... 'Callback', 'maingui', ...
instead of
... 'Calback', @maingui, ...
  댓글 수: 1
Ean Soo
Ean Soo 2011년 3월 18일
Found my error.Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Predictive Maintenance Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by