GpuArrays and Subtracting out the Mean

1 Ansicht (letzte 30 Tage)
Science Machine
Science Machine am 3 Sep. 2022
Beantwortet: Walter Roberson am 3 Sep. 2022
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)?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Sep. 2022
A - mean(A, 3)

Weitere Antworten (0)

Kategorien

Mehr zu GPU Computing finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by