photo

matlabUser


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
15,123
of 300,756

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Answered
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 ago | 1

| accepted

Question


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 ago | 2 answers | 0

2

answers

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers