Clear Filters
Clear Filters

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

5 views (last 30 days)
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 Comments

Sign in to comment.

Accepted Answer

the cyclist
the cyclist on 8 May 2016
You might be able to use the interp2 function.
  3 Comments
the cyclist
the cyclist on 9 May 2016
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 on 9 May 2016
By the way, interp2 calls griddedInterpolant internally.

Sign in to comment.

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!