Question


How to avoid for loop when indexing?
Hello, I have the following for loop, where pairs(500x10), is there to calculate cc without for loop? for i=1:500 ...

5 years ago | 1 answer | 0

1

answer

Question


How to use firs value from array column when threshold is reached without for loop?
Hello Everyone, I have the following problem I am trying to solve. The situation is like this, if we look at the column ...

5 years ago | 2 answers | 0

2

answers

Question


How to avoid for nested loops with if condition?
Hello, I have big matrixes of same size, and am suing for loop with if statement, which is bottleneck in my code and is very ...

6 years ago | 2 answers | 0

2

answers

Question


3D arrays manipulation and use of if else statments
Hello Everyone, Here is the situation. There are three 3D arrays. S (1x5x1000) that stores elements from 1:5, P (1x5x1000) th...

6 years ago | 0 answers | 0

0

answers

Question


Using find function in 3D array and coverting indices bact to 3D array.
Hello, I have 3D array with gpuArray elements size of x(1x5x500). Did use find function to find the indeces of this condition...

6 years ago | 1 answer | 0

1

answer

Question


The use of cell array with bsxfun, that would return cell array.
Hello, I have two cell arrays x1{1x499}(1x5) and x2{1x499}(1x5) with variables of gpuArray and would like to subtract x2 from...

6 years ago | 0 answers | 0

0

answers

Question


How to select column form 3D array and use it in other 3D array?
Hello, I have two arrays a(5x1x499) and b(500x5x499), would like to select column form 3D array of a and use it as indexing o...

6 years ago | 1 answer | 0

1

answer

Question


ho to change cell array elemen value to Nan, when using gpuarray?
Hello Everyone, Maybe somebody has a solution for this case? I have gpu cellarray with 1x499 and cells within 5x5. I would li...

6 years ago | 1 answer | 0

1

answer

Answered
Is there a way to speed up gpuarray loop?
Did find a sollution using cellfun.

6 years ago | 0

| accepted

Question


Is there a way to speed up gpuarray loop?
Dear All, I am stuck in the folowing function. I would like to speed up this calculation for GPU, unfortunately now it is ver...

6 years ago | 1 answer | 0

1

answer

Question


How to speedup mean and std calculation on GPU?
Hello everyone, I am looking a way to speed up mean and std calculation on GPU. I run this code and it does take quite some tim...

6 years ago | 1 answer | 0

1

answer

Question


How to improve code for gpu?
Hello everybody. I am bit struggling with the following function for removing duplicate pairs when there is signal for the pair....

6 years ago | 0 answers | 0

0

answers