photo

Mikhail Kandel


University of Illinois

Last seen: 5 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Dynamite Fishing

统计学

MATLAB Answers

7 个提问
0 个回答

排名
13,591
of 300,988

声誉
3

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
3

排名
 of 21,130

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,167

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

14 years 前 | 4 个回答 | 2

4

个回答

提问


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 前 | 1 个回答 | 1

1

个回答