Interpolate matrix (1300X20000) to a smaller matrix (62X119)

3 ビュー (過去 30 日間)
Evyatar Cohen
Evyatar Cohen 2016 年 5 月 3 日
コメント済み: Walter Roberson 2016 年 5 月 9 日
Hi all, is there a way to resize a matrix with interpolate command? i have bunch of values in big matrix and i want to interpolate those values to smaller matrix.
Best regards, Evyatar.
  4 件のコメント
Walter Roberson
Walter Roberson 2016 年 5 月 8 日
If it is a rectangular grid then griddedInterpolant .
Evyatar Cohen
Evyatar Cohen 2016 年 5 月 8 日
編集済み: Evyatar Cohen 2016 年 5 月 8 日
O.K, thanks!

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

採用された回答

the cyclist
the cyclist 2016 年 5 月 8 日
You might be able to use the interp2 function.
  3 件のコメント
the cyclist
the cyclist 2016 年 5 月 9 日
The best form of thanks is upvoting and/or accepting an answer that was helpful. This rewards the contributor, and also points others to helpful information.
Walter Roberson
Walter Roberson 2016 年 5 月 9 日
By the way, interp2 calls griddedInterpolant internally.

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

その他の回答 (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