2012/6/14 Giant Y <y560...@gmail.com>:
> -- You received this message because you are subscribed to the Google Groups
> Shanghai Linux User Group group. To post to this group, send email to
> sh...@googlegroups.com. To unsubscribe from this group, send email to
> shlug+un...@googlegroups.com. For more options, visit this group at
> https://groups.google.com/d/forum/shlug?hl=zh-CN
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
这里有经常使用MATLAB的朋友吗?想请教一下,如何让MATLAB使用全部的计算机资源进行运算。我在测试一个算法程序,每跑一次要等十多分钟才出结果,煞是煎熬。CPU是i5 450M,程序运行时频率飙到最高(2.66GHz),可是,看CPU的使用情况,只占用四分之一(四个核心中只有一个100%工作,其他三个占用率极低)。这是否说明CPU的性能还没有完全发挥出来?要怎样设定才能将全部的CPU资源分配给MATLAB,使得速度更快,时间更少?
-> posted by Giant Y
matlab可以并行计算的。可以让你的电脑4个100%,还可以让你用两台电脑跑一个任务。

这里有经常使用MATLAB的朋友吗?想请教一下,如何让MATLAB使用全部的计算机资源进行运算。我在测试一个算法程序,每跑一次要等十多分钟才出结果,煞是煎熬。CPU是i5 450M,程序运行时频率飙到最高(2.66GHz),可是,看CPU的使用情况,只占用四分之一(四个核心中只有一个100%工作,其他三个占用率极低)。这是否说明CPU的性能还没有完全发挥出来?要怎样设定才能将全部的CPU资源分配给MATLAB,使得速度更快,时间更少?