Date: Jan 6, 2013 6:14 PM Author: Matt J Subject: matrix multiplication with zero dimensions Is this documented anywhere?>> zeros(3,0)*zeros(0,3)ans = 0 0 0 0 0 0 0 0 0