Reading Excel data rea-ltime with changing data
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I have an Excel sheet that receives continuous varying data via a DDE link with another program. (this is working perfectly)
I want to read the Excel data continuously and realtime in Matlab for example with xlsread.
However it only gives the correct value right after the Excel file has been saved. So yu first need to save the Excel file and then read the file to get the correct updated data.
Is there an otherway where I don't need to save the Excel file all the time before reading the Excel file?
Many thanks in advance for you support.
댓글 수: 0
답변 (1개)
Vinai Datta Thatiparthi
2019년 10월 29일
Hi Leon!
It appears that you must save the incoming real-time data value into the Excel sheet for MATLAB to be able to read that data. This seems to be an essential step to get MATLAB to read the data later.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!