interpolate only between columns
Show older comments
I have a large matrix and I want to interpolate between the columns, i.e. interp2 does exactly what i want EXCEPT i don't want it to interp between the rows.
there must be an easy way to do this!!
thanks!
Accepted Answer
More Answers (1)
J. Webster
on 11 Aug 2016
Can you just transpose the matrix before you interpolate?
Y = Y';
1 Comment
Melissa Driskell
on 11 Aug 2016
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!