Community Profile

photo

Mikhail Kandel


University of Illinois

Last seen: plus de 3 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Contact

Professional Interests: Dynamite Fishing

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Get values inside connected components?
me=zeros(5,5,5); me(1:2,1:2,1:2)=rand(2,2,2); me((end-1):end,(end-1):end,(end-1):end)=rand(2,2,2); CC = bwconncomp(me...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


parallel.gpu.CUDAKernel chokes on simple prototypes
I just noticed that the GPU module will recognize the following prototype __global__ void gaussianBlur( float* out,const...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


spdiags grinds to a halt!
I'm trying to insert 441 diagonals into a sparse matrix that is 614292x614292 in size. My matrix vaguely a Toeplitz matrix and I...

environ 10 ans il y a | 2 réponses | 0

2

réponses

Question


Does this code crash your matlab?
The following code segaults Matlab x64 7.14.0.739 (R2012a) on my Linux x64 3.7.9 box. The algorithm maybe wrong, but the seg...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


Can MATLAB Distributed Server Run in the Background?
I have an embassingly parralel rendering task, where each frame of a movie is inspected and optomized. Our lab has dozen of powe...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Mutex for Increment in Matlab Parfor?
I am trying to use Matlab's parfor for the following code: parfor j=1:10 if (vtw(dta{j},A2,Mu2,Sigma2,A5,Mu5,Sigma...

environ 12 ans il y a | 4 réponses | 2

4

réponses

Question


Find true rank of a Matrix?
I am comparing some Matlab code with c++ code. It appears as though the Matlab code is inverting a matrix which is rank deficien...

presque 13 ans il y a | 1 réponse | 1

1

réponse