photo

George Aipal


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
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...

plus de 8 ans il y a | 0

Question


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,...

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
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...

plus de 8 ans il y a | 0

Question


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: ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse