Data Suddenly Disappeared When Inputting to UiTable
1 次查看(过去 30 天)
显示 更早的评论
Hello Everyone,
I am facing a problem. I am using uitable with guide. When I press the "Run Figure" on the .fig file and try to insert data to the uitable, my data would suddenly disappear right after pressing enter or tab. But if I run it through the .m file, it would work perfectly.
What would possibly be the cause of the problem?
Thanks in advance !
0 个评论
回答(1 个)
Jing
2013-4-16
'Run figure' is not a correct way to get your GUI work. It can only display the figure and the callbacks won't work. Type the GUI name in command window(without '.m') or click run button in mfile to get a GUI work.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!