Skip to main content

ArrayResample

ArrayResample[array,{n1,n2,…}] resamples array to have dimensions {n1,n2,…}.

ArrayResample[array,dspec] resamples array according to the dimension specification dspec.

ArrayResample[array,dspec,scheme] specifies resampling scheme, either point or bin based.

ArrayResample[array,dspec,scheme,{{xmin,xmax},…}] resamples only the data in the specified subrange {{xmin,xmax},…}.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.