I have a large matrix roughly 90x100x90x200 The first 3 dimensions are spatial and the last is time. To apply a mask to my data, I wish to multiply the first 3 dimensions by the mask of the same dimensions for all 200 time points. Is there an _apply function that can be used to do this? Thanks for any suggestions.
-D