필터 지우기
필터 지우기

parallel computing in matlab

조회 수: 1 (최근 30일)
sweta arya
sweta arya 2016년 2월 23일
편집: Edric Ellis 2016년 2월 24일
temp=zeros(200,288);
parfor u=1:200
count//is 1-d array of 256 element
temp(u,1:256)=count;
end
//giving error:due to temp can not run this loop in parallel.what can i do for correcting it.Thanks in advance.
  댓글 수: 1
Amos
Amos 2016년 2월 23일
The best would be if you provide a code sample for us to reproduce the error. Use the "code" functionality to post code segments. It should be complete such that we can copy and paste it into matlab and see ...
Can you rewrite your code such that temp is 200x256 instead of 200x288? I believe that then it should work, because then matlab can treat temp as a so-called "sliced variable".

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel Computing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by