An infinite recursive call occurred. How do I fix it?
26 次查看(过去 30 天)
显示 更早的评论
Hellow all,
I am trying to use the FTF model among Oscillus_long. However, the file did not run, so I looked into the problem and found that duplicate calls were occurring. I checked the Singleton settings and set the name manually, but it doesn't seem to be working properly yet.
How can I catch the error?
0 个评论
采纳的回答
Stephen23
2024-11-11,14:26
Get rid of the 2nd line of code:
GUI_INI_FM(gcf); % gcf는 현재 GUI 핸들을 가리킴(24.11.11) !!!! DELETE THIS !!!!
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!