MATLAB: Interpolatation between values in a timetable

fillmissinginterpolationtimetable

I currently have a timetable where I have a time column and a latitude column. Where:
Time=[t1,t2,t3,t4,t5,t6,t7] Latitude=[l1,Nan,l2,Nan,l3,Nan,l4]
How do I interpolate the Nan values in the latitude column by using the time column?

Best Answer

Related Question