Reading real-time data in Excel

2 次查看(过去 30 天)
Damo Nair
Damo Nair 2017-12-26
Hello,
I have a simple question. When I try read to real-time Excel data, xlsread doesn't work, meaning every new request does not give me real-time data. However, the following 2 lines do ...
s = ddeinit('Excel', 'q.xlsx');
t = ddereq(s, 'r1c1:r1c2');
So, I'm just curious, why doesn't xlsread work? And why does ddeinit etc. work?
Thanks
Damo

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by