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