Filter löschen
Filter löschen

Error in GUI

1 Ansicht (letzte 30 Tage)
Ean Soo
Ean Soo am 18 Mär. 2011
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 18 Mär. 2011
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 Kommentar
Ean Soo
Ean Soo am 18 Mär. 2011
Found my error.Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Predictive Maintenance Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by