A - mean(A, 3)
GpuArrays and Subtracting out the Mean
1 次查看(过去 30 天)
显示 更早的评论
I have a gpuArray
A = rand(5,5,3 ,'gpuArray')
which i think of as 3 5x5 matrices. I would like to find the elementwise average over the 3 matrices and then subtract from each element that average out
Is there a best way to do this for gpuArrays, that follows best Matlab practices (is vectorized)?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!