Is there an Alternative to timetable
Afficher commentaires plus anciens
I am using Matlab 2016a and wanted to use timetable and "synchronize" two tables. the academic license that I have doesnt have timetable tool. Is there an alternative?
1 commentaire
Walter Roberson
le 23 Nov 2016
timetable was introduced in R2016b
Réponses (1)
Peter Perkins
le 28 Nov 2016
0 votes
Karoline, you could create a table that contains a variable that's either a datetime or a duration, and apply interp1 to the variables in that table as needed, with your old time vector as the grid points and your new time vector as the query points (interp1 supports datetime and duration). As you probably noticed, synchronize (introduced in R2016b with timetables) makes that easier, but for simple cases, you should be able to roll your own.
Hope this helps.
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!