Clear Filters
Clear Filters

matrix interpolation in one dimension

1 view (last 30 days)
I have a matrix with 30*12 dimension. I just want to interpolate the vertical dimension and keep the row constant. How can I do that with interp1? It should be 1200*12. And is there any other function that does the interpolation with not just linearly?

Accepted Answer

KSSV
KSSV on 7 Jan 2018
Have a look on imresize.
  6 Comments
Jan
Jan on 7 Jan 2018
@Seyed: Images are resized by interpolating them.
"like cubic formula or sth like that" - please be specific. It is your turn to explain, what you want.
Seyed Sahand Mohammadi Ziabari
Ok, got it. Thanks a lot, both of you Stephen Cobeldick and Jan Simon.

Sign in to comment.

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!