Skip to content
Prev 320137 / 398503 Next

Median across matrices

Hey all,

I have a list of matrices. I'd like to calculate the median across all those matrices for each element. What I'd like to end up with is a matrix containing the median of all [1,1] [1,2] etc. elements across all matrices.

Is there a concise way of doing that?

Thanks!