George Aipal
Followers: 0 Following: 0
Statistics
RANK
37,248
of 295,467
REPUTATION
1
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
8 years ago | 3 answers | 0
3
answersHow 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 ago | 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,...
8 years ago | 3 answers | 0
3
answersUnique 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 ago | 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: ...
8 years ago | 1 answer | 0