my application closes when the figure is displayed
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I have a GUI application that makes the statistics and displays a table in figure, the problem is that my application closes when the figure is displayed, what should I do.
0 个评论
采纳的回答
Image Analyst
2019-2-17
Is the uiwait() commented out or in? Do you have a delete() or return in there somewhere? It would have been easier to debug it for you if you had attached the m, fig, and any other needed files in a .zip file.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!