photo

George Aipal


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to find which elements for each row of matrix B (NxM) are contained in matrix A (NxK), in their corresponding row n using vectorization?
How to find which elements for each row of matrix B (NxM) are contained in matrix A (NxK), in their corresponding row n? Toy ...

8 years 前 | 3 个回答 | 0

3

个回答

已回答
How to find which elements for each row of matrix B (NxM) are contained in matrix A (NxK), in their corresponding row n using vectorization?
I should probably post my question as a new comment: although I accepted the solution provided by Stephen as it worked nicely in...

8 years 前 | 0

提问


Unique elements in matrix efficiently
Given a matrix A, what is an efficient way to obtain a matrix B that consists of only the unique elements in A (where by unique,...

8 years 前 | 3 个回答 | 0

3

个回答

已回答
Unique elements in matrix efficiently
Thank you all for your answers. It is correct the comment that A(2, 2) should not be NaN because it is the only 1 in that row. R...

8 years 前 | 0

提问


List of indexes for each row of a matrix without a for loop
Matrix DATA contains some data, and matrix INDSETS contains the indexes to be extracted from each row of DATA. Example: ...

8 years 前 | 1 个回答 | 0

1

个回答