Loading data into matlab gui from excel
2 views (last 30 days)
Show older comments
Radoslav Vandzura
on 30 Sep 2015
Commented: Radoslav Vandzura
on 3 Oct 2015
Hello,
can you advise me how can I load data into gui into spreadsheet format?
Thank you for your answer.
0 Comments
Accepted Answer
Image Analyst
on 30 Sep 2015
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);
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!