4 lines
48 B
Mathematica
4 lines
48 B
Mathematica
|
|
function C = DotPro(A,B)
|
||
|
|
C = sum( A.*B );
|
||
|
|
end
|