필터 지우기
필터 지우기

Extremely Slow !!!!

조회 수: 2 (최근 30일)
deep
deep 2012년 4월 17일
My codes takes so long time to be executed. I am using the Symbolic engine and MATLAB 2010b.
I tried to use matlabbool and parfor but the performance doesn't get any better.
I have a machine with 8 CPUs. Would anyone please tell me how I can run my code using all these CPUs ???
  댓글 수: 3
deep
deep 2012년 4월 17일
wtemp= 0.01:0.01:0.99;
parfor i=1:length(wtemp(1,:))
eval(1,i) = abs(subs(det(M),wtemp(1,i)));
end
Walter Roberson
Walter Roberson 2012년 4월 17일
Calling a variable "eval" is likely to get you into trouble, as "eval" is the name of an important MATLAB routine.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by