Matlab 2016 __hot__ -
Before 2016b, if you wanted to subtract a column vector [1;2;3] from a matrix, you had to use bsxfun() (Binary Singleton Expansion). It was functional but clunky. In 2016b, MathWorks finally made it native.
If you have been in the engineering or academic world for the last decade, you have likely bumped into a .fig file or a .m script that just refuses to run on the latest version of MATLAB. matlab 2016
C = bsxfun(@minus, A, B);
