Using a custom interpolation function in RETIME for timetable
6 次查看(过去 30 天)
显示 更早的评论
Hi, I need to perform retime on some timetable. I need to use a custom interpolation function. Is that possible? How can I specify it? Apparently this is not documented. Regards
Vittorio Casella
0 个评论
回答(1 个)
Peter Perkins
2019-5-8
Create a new timetable with your desired ime vector, using FillWithMissing. Then overwrite the variable(s) in that new timetable withe the output of your interpolation function. Give it the time vector and data from the original timetabel, and the new time vector from the new timetable.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Timetables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!