What are the methods and corresponding functions in matlab to fill missing data temporally in rainfall timeseries?

1 回表示 (過去 30 日間)
I want to fill missing values in a daily data of rainfall time series using temporal methods. Have only one timeseries.
  4 件のコメント
Ashish Jayaswal
Ashish Jayaswal 2019 年 6 月 30 日
Interpolation might not work as it is real data.
But anyways what are the interpolation techniques to fill gaps.

サインインしてコメントする。

回答 (1 件)

dpb
dpb 2019 年 6 月 30 日
編集済み: dpb 2019 年 7 月 1 日
Well, time-based was understood the point of the Q? was whether you were also requesting some specific and recognized in the field interpolation scheme.
Load the data into a timetable object variable and use retime. It has a number of alternative interpolation methods available from which to choose.
  1 件のコメント
BN
BN 2019 年 12 月 18 日
Dear Ashish Jayaswal
did you find any solution? I have the same problem. can you help me out?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePreprocessing Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by