Reshape array such that boundaries remain the same
Show older comments
Dear Support,
I have a question regarding different sizes of arrays. I have for example 2 arrays that looks like this:
x =[0, 1, 2, 1, 0];
y =[0, 0.5, 1, 1.5, 2, 1.5, 1, 0.5, 0];
I want to extend in this case the array of array x to fit the size of array y. The only condition that I have is that the boundaries of array x remains the same, and that array x is a palindrome.
Can you help me with this?
Thanks in advance!
Kind regards,
Emile Biever
Accepted Answer
More Answers (0)
Categories
Find more on Multidimensional Arrays 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!