Borrar filtros
Borrar filtros

Extremely Slow !!!!

2 visualizaciones (últimos 30 días)
deep
deep el 17 de Abr. de 2012
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 comentarios
deep
deep el 17 de Abr. de 2012
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 el 17 de Abr. de 2012
Calling a variable "eval" is likely to get you into trouble, as "eval" is the name of an important MATLAB routine.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by