Using a custom interpolation function in RETIME for timetable

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

Antworten (1)

Peter Perkins
Peter Perkins am 8 Mai 2019

1 Stimme

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.

Kategorien

Produkte

Version

R2019a

Gefragt:

am 8 Mai 2019

Beantwortet:

am 8 Mai 2019

Community Treasure Hunt

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

Start Hunting!

Translated by