User`s guide
11 Functions — Alphabetical List
11-94
[y1, y2] = feval(KERN, x1, x2, x3)
The three input arguments, x1, x2, and x3, correspond to the three arguments that
are passed into the CUDA function. The output arguments, y1 and y2, are gpuArray
types, and correspond to the values of pInOut1 and pInOut2 after the CUDA kernel has
executed.
See Also
arrayfun | gather | gpuArray | parallel.gpu.CUDAKernel