Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can anybody help me where i am making mistake here.

1 visualización (últimos 30 días)
naadiya khudabux
naadiya khudabux el 13 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Mostafa
Mostafa el 13 de Oct. de 2016
Editada: Mostafa el 13 de Oct. de 2016
What is 'ds'? Can you write the whole function?
Walter Roberson
Walter Roberson el 13 de Oct. de 2016
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?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by