41 - 50 of 206 for ArrayPlotSearch Results
View search results from all Wolfram sites (611 matches)
ClickPane   (Built-in Mathematica Symbol)
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
ClippingStyle   (Built-in Mathematica Symbol)
ClippingStyle is an option for plotting functions that specifies the style of what should be drawn when curves or surfaces would extend beyond the plot range.
GCD   (Built-in Mathematica Symbol)
GCD[n_1, n_2, ...] gives the greatest common divisor of the n_i.
LCM   (Built-in Mathematica Symbol)
LCM[n_1, n_2, ...] gives the least common multiple of the n_i.
ListDeconvolve   (Built-in Mathematica Symbol)
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.
CUDAFourier   (CUDALink Symbol)
CUDAFourier[list] finds the discrete Fourier transform of a list of complex numbers.CUDAFourier[mem] finds the discrete Fourier transform of a CUDAMemory.
Array   (Built-in Mathematica Symbol)
Array[f, n] generates a list of length n, with elements f[i]. Array[f, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists, with elements f[i_1, i_2, ...]. ...
Majority   (Built-in Mathematica Symbol)
Majority[e_1, e_2, ...] gives True if the majority of the e_i are True, and False if the majority are False.
Take   (Built-in Mathematica Symbol)
Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
BitAnd   (Built-in Mathematica Symbol)
BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
1|2|3|4|5|6|7|8 ... 21 Previous Next

...