The dot product of two vectors is calculated as shown: a = [1 2 3]; b = [4 5 6]; c = dot(a,b) c = 32 See MATLAB Operator. The dot product of two vectors is ...
確定! 回上一頁