photo

lingyan


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변