photo

Ivan Bioli


Last seen: 7 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Sum of following elements in array
Is there a faster way to do the following s = rand(1, 10); sum_following = zeros(length(s), 1); for i = 1:length(s)-1 su...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Multiply matrices in cell array by another matrix
Hi, I have a matrix U of size [n, r] and cell array A of length m such that A{i} is a matrix of size [n, n] for every i. I woul...

9 months 前 | 3 个回答 | 0

3

个回答

提问


Multiply slices of 3D matrices without duplicating in memory
Hi, I have two 3d matrices: S of size [m, n, n] and W of size [n, n, n] and I need to compute the matrix X of size [m, n, n^2] ...

9 months 前 | 1 个回答 | 0

1

个回答