フィルターのクリア

Maximum recursion limit when running a GUI

1 回表示 (過去 30 日間)
Henry
Henry 2013 年 7 月 2 日
Hi,
I keep getting recursion limit errors when trying to run my GUI from GUIDE.
I've commented out all the code i've put into callbacks so that the only code left is the basic GUI structure of callbacks and create functions etc.
However, this error still shows up and MatLab crashes.
I tryed to access the .fig file so that I could look at the GUi template and the same error occured then.
The whole script was working fine yesterday so I'm confused about what might have happened?
Any help would be fantastic

採用された回答

Henry
Henry 2013 年 7 月 2 日
Scratch this, I've found my problem. Incase it helps others this was the solution:
the errors were based on three static text boxes which I had created a callback for and then deleted, so by creating a new GUI with a static text box and then copying/pasting the code over to this one and changing it's name the script was able to run again.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by