Raw Message
Message-ID: <A80A8F53-2923-4A97-9028-C49B302832B9@gmail.com> Date: 2013-03-22T21:17:16Z From: Lucas Holland Subject: 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!