MATLAB: Convert GPUArray back to regular array

gpugpuarrayimage processingImage Processing ToolboxMATLABParallel Computing Toolbox

Hi,
I have some functions which I can use with an image when it is in GPUArray, other functions I have won't work with GPUArrays, how can I convert a GPUArray back into a regular array?
Many thanks

Best Answer

doc gather
Make sure you select the one for the parallel computing toolbox though rather than tall arrays
Related Question