Extracting parts of data from my table before a specific time
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Cassondra Fileccia
el 30 de Abr. de 2021
Comentada: Cassondra Fileccia
el 30 de Abr. de 2021
I am synching up two data sets in Matlab and one of them started recording data 0.5 seconds before the other. How can I just disregard the first 0.5 seconds of data on my table across all 15 of my columns.
0 comentarios
Respuesta aceptada
EmirBeg
el 30 de Abr. de 2021
Do you want to automatically detect and disregard the different beginnings of your measurements or just do it once for your data?
You can find a lot of table operations here, including how to delete rows.
If you want to do it automatically it's also possible via detecting the beginning of numbers in your table columns, if the beginnings are for example NAN. But first tell me if this is needed.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Tables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!