Pop out Interactive table
18 ビュー (過去 30 日間)
古いコメントを表示
I would like a popout window that displays data in a table that is editable. My program requires lots of human input for each run, so it would be nice if I could input it all in one table, then save it with a push of a button.
1 件のコメント
Walter Roberson
2020 年 8 月 7 日
You could create a figure or uifigure and put a uitable() inside the figure (or uifigure)
回答 (1 件)
Divya Gaddipati
2020 年 8 月 13 日
The following file on MATLAB File Exchange provides a good method for creating an interactive table
Or, you could create one yourself using the App Designer
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!