Comparing BSXFUN and REPMAT
问题 Few questions were asked before on comparisons between bsxfun and repmat for performance. One of them was: Matlab - bsxfun no longer faster than repmat?. This one tried to investigate performance comparisons between repmat and bsxfun , specific to performing subtraction of an input array\'s mean along the columns from the input array itself and as such would explore only the @minus part of bsxfun against its repmat equivalent. Another was : In Matlab, when is it optimal to use bsxfun?. That