|
|
Re: Making a square matrix from two vector
Posted:
Feb 12, 2013 11:07 AM
|
|
Bruno--I really like this bsxops stuff, and have started using it in some of my projects at work. In the process, I've realised something which (at least in my view) is rather odd (though is nothing to do with your functions), namely the result of:
(1:10).' + 1:10
% the right way: (1:10).' + (1:10)
|
|