Add tags

Add tags to the following comment

Matlabらしくベクトル計算で。

1
2
3
4
a = kron(1:9, repmat(1, 1, 9));
b = repmat(1:9, 1, 9);
c = a.*b;
fprintf('%d * %d = %2d\n', [a; b; c])

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...