フィルターのクリア

fast interpolation for uniform grid

6 ビュー (過去 30 日間)
Erik Johnson
Erik Johnson 2014 年 11 月 3 日
編集済み: Erik Johnson 2014 年 11 月 3 日
For repeated interpolation calls, the griddedInterpolant is much faster than interp1. However, MATLAB's interp1 used to have an option for faster behavior when the grid was uniform (method '*linear', which now reverts to 'linear'). A simple code for linear interpolation on a uniform 1-D grid can approach an order of magnitude faster than griddedInterpolant.
There are a number of functions on the MATLAB File Exchange to do this, but is there an approach using griddedInterpolant that can achieve faster results?

回答 (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