problem in create script when use pmode
조회 수: 1 (최근 30일)
이전 댓글 표시
hi,
my computer has two cores, so I tried to run this simple code. I faced two problems:
- I can not run script, I can run this code from command window. I don not know why?
- when run it , the two cores give me two results. It must each core give one result. Where each core sum one column.why each core give the sum of two columns?
pmode start
x=magic(2);
a=sum(x,distributed());
thanks in advance
댓글 수: 1
Walter Roberson
2012년 11월 30일
Related question from same poster: http://www.mathworks.co.uk/matlabcentral/answers/53675-problem-in-running-when-use-pmode
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!