Statistiques
RANG
11 161
of 300 857
RÉPUTATION
4
CONTRIBUTIONS
8 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
87.5%
VOTES REÇUS
4
RANG
of 21 100
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 361
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Finding the length of the longest continuous streak of a same number for each row of a matrix
I had a bit of fever and remembered the following little trick to vectorize find row-wise that should have been obvious from the...
presque 3 ans il y a | 0
Question
Finding the length of the longest continuous streak of a same number for each row of a matrix
Let A be a (possibly 3D) matrix of type uint16 and size [p,q,r] = size(A), whose rows are all sorted in an ascending way. I want...
presque 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
Is there faster ranking for matrices than double sort()?
I have a uint16 matrix, where I want to determine the rank of each element with respect to its column in sorted form. The sort f...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Simultaneous sortrows() for all slices of a 3D matrix?
I need to apply sortrows to every page of a 3D matrix and I was wondering if there is a faster way of doing this than simply loo...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
Faster way to create a matrix of the unique() of each row of a matrix
Let A be a matrix of relatively big size(A,1), say 2000, and relatively small size(A,2), say 20. I am looking for a faster way t...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding the max number of non-zero repeating elements for each row in a large matrix
I have a (large) matrix of type 'uint8' or 'uint16', for (a small) example A = [0 0 2 2 3; 0 1 3 3 3; 0 0 0 0 0; ...
plus de 3 ans il y a | 3 réponses | 2
3
réponsesQuestion
Turning iteratively all elements after and above a '1' into '0'-s starting from the left bottom corner
I have logical square matrices consisting of non-intersecting rectangular patches of '1'-s with no gaps and otherwise '0'-s. 'No...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Vectorization of indexing of each row of a matrix by a corresponding row of another matrix?
I have a routine that creates a new matrix from an old matrix by using another matrix as a source for indexing. More specific...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
GPU Coder Error: CreateProcess failed: The system cannot find the file specified
Hi, I am trying to use the GPU coder to compile a MATLAB function of gpuArrays into a .mex file, but I keep getting the error "...
plus de 4 ans il y a | 1 réponse | 2
