photo

matlabUser


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
15,123
of 300,853

声誉
2

贡献数
3 个提问
2 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


FFT inside parfor loop on a multi-core computer does not accelerate
Hello, I am trying to accelerate my code involving lots of FFT-s by putting it inside a parfor loop. All calculations in the ...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
Can't pass COM object handle into spmd body
|It looks like there exists a simple solution which involves creating a COM object inside the spmd body, but avoids creating an...

14 years 前 | 1

| 已接受

提问


Can't pass COM object handle into spmd body
I am using an application object opened using ActiveX server, oApp = actxserver('my.application'); in the definition of ...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
parallelizing optimization tasks for functions evaluated by external devices
OK, for those who are interested I am putting a working script below (Minimization of the two functions in parallel using spmd c...

14 years 前 | 0

提问


parallelizing optimization tasks for functions evaluated by external devices
Hello, I need to optimize two functions of different variables, let's call them F1(X1) and F2(X2), using GA algorithm. The funct...

14 years 前 | 2 个回答 | 0

2

个回答