Delete all rows in a Table in a guide
1 次查看(过去 30 天)
显示 更早的评论
When i delete all rows in a table in a guide, the header of the colws also dissapear, but i want maint it in the guide? How can i fix this?
get(handles.uitable1, 'data')
data= [];
set(handles.uitable1, 'data', data);
0 个评论
回答(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!