統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Multiplying each row vector with each column vector.
I have two matrix X and Y of shape 7800x784 and 784x7800. X !=Y'. I want to multiply each row of X with each column of Y to get ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Applying a function to each row vector of a matrix
I have a function that I want to apply to each row of a 7800x784 matrix. The function returns a scalar and puts it into a 7800x...
8年弱 前 | 1 件の回答 | 1
1
回答質問
Using arrayfun on 2d matrix
for i = 1:D Xtr = arrayfun(@(x) binarize(x, threshold), Xtrn(:, i)); end Xtrn is a MxD matrix Xtr is a MxD matrix ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Vectorising this particular for loop
for c = 1:M YY(c,1) = Y(c,:)*Y(c,:)'; end *Y is a MxD matrix* *I want to get a matrix YY that is Mx1*
8年弱 前 | 1 件の回答 | 0

