필터 지우기
필터 지우기

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