Data Suddenly Disappeared When Inputting to UiTable

조회 수: 2 (최근 30일)
ElevenFourth
ElevenFourth 2013년 4월 15일
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 !

답변 (1개)

Jing
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.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by