Loading data into matlab gui from excel
1 回表示 (過去 30 日間)
古いコメントを表示
Radoslav Vandzura
2015 年 9 月 30 日
コメント済み: Radoslav Vandzura
2015 年 10 月 3 日
Hello,
can you advise me how can I load data into gui into spreadsheet format?
Thank you for your answer.
0 件のコメント
採用された回答
Image Analyst
2015 年 9 月 30 日
You can use guide and put a grid ((uitable) onto the figure. Then use set() to send your data to it:
set(handles.uitable1, 'data', yourData);
6 件のコメント
Image Analyst
2015 年 9 月 30 日
You can width the columns with the column width property. You can bring in the right side of the table control using the 'Position' property to set the size.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!