Delete all rows in a Table in a guide
3 ビュー (過去 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);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/516662/image.png)
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!