Community Profile

photo

Jia Quan Yong


Last seen: 3 years 前 自 2019 起处于活动状态

统计数据

  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


How to multiply each row of a matrix by different matrices, without for loops?
n = 3; m = 5; k = 10; A = ones(n,m); B = randn(m,k); % I want something similar to A*B with size (n x k) % Instead of A*B,...

4 years 前 | 1 个回答 | 0

1

个回答