Synchronize timetables stored in a structure
Mostrar comentarios más antiguos
I have a structure S with N fields F_1 to F_N. Each field stores a timetable T_1 to T_N, respectively. How do I synchronize the timetables and keep them in the same structure?
4 comentarios
Walter Roberson
el 30 de Jul. de 2023
Synchronize them with respect to what? And are you looking for 'union', 'intersection', or a specified list of times? Are you looking for keepOriginalTimes ?
Giovanni Barbarossa
el 30 de Jul. de 2023
Walter Roberson
el 30 de Jul. de 2023
I am not currently convince that you want to synchronize().
I suspect that what you want to do is to retime() all of them to the same timestamps (the ones available for T_1)
Giovanni Barbarossa
el 31 de Jul. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!