photo

Mikhail Kandel


University of Illinois

Last seen: 5 years ago Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Dynamite Fishing

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
13,588
of 300,499

REPUTATION
3

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
3

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • Thankful Level 1

View badges

Feeds

View by

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0 answers | 0

0

answers

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

12 years ago | 2 answers | 0

2

answers

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

12 years ago | 2 answers | 0

2

answers

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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 4 answers | 2

4

answers

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

14 years ago | 1 answer | 1

1

answer