Feeds
질문
Reduction function called in a parfor loop cannot have more than two variables?
I'm sort of confused about the transparency policy in parfor loop. For example, this works: a=zeros(10,1); parfor i = 1:10 ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Structure array changes size when passed to a reduction function in the parfor loop?
I ran into a weird problem when I used structure arrays inside a parfor loop. Below is my main function: comm_struct=struct...
10년 초과 전 | 답변 수: 0 | 0
