photo

Marin Genov


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
11,165
of 300,863

声誉
4

贡献数
8 个提问
1 个回答

回答接受率
87.5%

收到投票数
4

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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

3 years 前 | 0

提问


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

3 years 前 | 3 个回答 | 0

3

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 3 个回答 | 2

3

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 2

1

个回答