필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

can anybody help me where i am making mistake here.

조회 수: 1 (최근 30일)
naadiya khudabux
naadiya khudabux 2016년 10월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
its a endless loop even i just want to read 100 rows. i have to terminate it delibertaly . can anyone guide me where am making mistake. thank you
dateformated=0;
while hasdata(ds)
T=read(ds);
dateformated =datestr(719529+T.RequestTime/86400000,'yyyy-mm-dd HH:MM:SS');
end
  댓글 수: 3
Mostafa
Mostafa 2016년 10월 13일
편집: Mostafa 2016년 10월 13일
What is 'ds'? Can you write the whole function?
Walter Roberson
Walter Roberson 2016년 10월 13일
What is your evidence that it is an endless loop and not just slow? Have you experimented with reducing your datastore to a single file?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by