Is there a way to auto update data/table in matlab when I change the values in the excel sheet?
8 views (last 30 days)
Show older comments
Darren Koh
on 12 Feb 2018
Answered: Walter Roberson
on 12 Feb 2018
Hi everyone, is there a way to callback data from an xlsx file to an array or a table in matlab so that the subsequent values in matlab changes when i edit the cells in the excel file? Thank you! The data imported is to be used in a GUI as well.
0 Comments
Accepted Answer
Walter Roberson
on 12 Feb 2018
On MS Windows, you can register events to listen for changes. See https://www.mathworks.com/matlabcentral/answers/240415-can-event-listener-be-registered-with-activex-control-on-e-g-an-excel-worksheet
0 Comments
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB 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!