ArrayResample¶ Resample an array to a different size. $ wo 'ArrayResample[{1, 2, 3}, 5]' {1, 3/2, 2, 5/2, 3}