|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Downsample
Downsample[array, n]
returns a downsampled version of the array by sampling every n
element.
Downsample[array, n, offset]
starts sampling from the element at position offset.
DetailsDetails
- In Downsample[array, n, offset], the offset has to be a number between
and n. - In Downsample[array, ...], array can be an array of any rank.
- Downsample[array, {n1, n2, ...}] samples every

element in the i
dimension. - Downsample[array, n] is equivalent to Downsample[array, n, 1].
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
