|
|
Re: matrix multiplication with zero dimensions
Posted:
Jan 6, 2013 6:34 PM
|
|
"Matt J" wrote in message <kcd0g0$34t$1@newscl01ah.mathworks.com>... > Is this documented anywhere? > > >> zeros(3,0)*zeros(0,3) > > ans = > > 0 0 0 > 0 0 0 > 0 0 0
Just like sum([]), prod([]), this result is no exception so to be documented separately.
Bruno
|
|