Hello im trying to sumup every ten seconds
i have cloumn (11) which contains date and time and im trynig to write in cloumn (12) which ten seconds are they
such as the first ten seconds are number one
the second ten seconds are number two
which code do i have to write ?

4 comentarios

Image Analyst
Image Analyst el 3 de Sept. de 2021
Here's another chance to read the posting guidelines:
So we can answer once you've attached your data.
grace khashman
grace khashman el 3 de Sept. de 2021
i mean :sort every ten seconds in a new cloumn
Image Analyst
Image Analyst el 3 de Sept. de 2021
OK but once again, youi forgot to attach your data. You may get no answers at all until that happens.
grace khashman
grace khashman el 3 de Sept. de 2021
Editada: Stephen23 el 4 de Sept. de 2021
here's my data im trying to sort every ten seconds in cloumn 10 into new one in cloumn 11
in other words im trying to use a fore loop that can sort the first ten seconds into a new variable that will apear in cloumn 11 as 1
the second ten seconds is number 2 and like that..... til 71658.

Iniciar sesión para comentar.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Sept. de 2021

0 votos

Hello im trying to sumup every ten seconds
Convert to timetable() objects and use retime()

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 3 de Sept. de 2021

Editada:

el 4 de Sept. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by