how can I do Interpolation 1 to the nearest value of the reference

3 ビュー (過去 30 日間)
Farshid Daryabor
Farshid Daryabor 2020 年 4 月 20 日
コメント済み: Farshid Daryabor 2020 年 4 月 20 日
please find attached file, I want interpolate the each column of matrix "h(:,1:89)" corresponding to the reference depth (gdept). I used the following command but the output is not what I expect. I expect to be start first row of each column around 2.5,
pq = interp1(h(:,1:end),gdept);
pq = interp1(h(:,1:end),gdept,'nearst');
pq = interp1(h(:,1:end),gdpt,'linear');
  4 件のコメント
Farshid Daryabor
Farshid Daryabor 2020 年 4 月 20 日
please see attached, what I expect is for example the first row of object 24.6 start at the row 5 or 6 and the first row to fifth row NaN because we don't have value. I am trying sort or unique function but still not what I am looking for. I really appreciate and help.
Farshid Daryabor
Farshid Daryabor 2020 年 4 月 20 日
I am trying
pq = griddedInterpolant(h_object,h_refrence,'linear');
Error using griddedInterpolant
The coordinates of the input points must be finite values; Inf and NaN are not permitted.

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by