|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Upsample
Upsample[array, n]
returns an upsampled version of the array by inserting
zeros between array elements.
Upsample[array, n, offset]
shifts array so that its first element moves to the position offset in the resulting array.
Upsample[array, n, offset, val]
inserts
elements of value val between array elements.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


