photo

Sameer Karim


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
27,277
of 300,974

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答