Community Profile

photo

lingyan


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


In parfor, how to create a temp folder for every worker
Hallo all, i asked a question here: http://www.mathworks.de/matlabcentral/answers/83158-workers-in-parfor-writing-to-files-of...

11 years ago | 2 answers | 0

2

answers

Question


Workers in parfor writing to files of a Simulink Model
Hi all, i'm using parfor to running a simulink model. But multiple workers attempt to write to the same file, and i found a solu...

11 years ago | 0 answers | 0

0

answers

Question


parallel computing for simulink model, which used global variable
Hallo all, i wrote a parfor loop, and in the parfor loop a simulink model is called, but this simulink model uses many global va...

11 years ago | 0 answers | 0

0

answers

Question


save all data every loop with spmd
Hello all, i'm using spmd and i want to save all data every loop. m = matlabpool('size'); n = 5; A = [1 2 3]; B = [...

11 years ago | 0 answers | 0

0

answers

Question


spmd problem with undefinded function for input arguments of type 'Composite'.
Hello, i want to use spmd like this: bounds = [-2 2;-2 2]; Problem is a matlab file; S is a <2*m double> and m is k...

11 years ago | 0 answers | 0

0

answers

Question


parfor with sliced and reduction variable
Hello, i'm trying to use parfor in this way: oldc = c(:,index); delta = thirds(biggy+1); newc_left = oldc...

11 years ago | 1 answer | 0

1

answer