RosettaCodeData/Task/Dot-product/RLaB/dot-product.rlab
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
51 B
Text

x = rand(1,10);
y = rand(1,10);
s = sum( x .* y );