From: Cid Peng on
Hi,

Recently I use a matlab script to deal with some avi videos frame by frame. It works fine on my Win-XP PC (CPU: intel core duo, matlab r2010a). However, when I run the same program on my laptop(Win7 64bit, CPU: intel i5 M430(2 cores, 4 threads), RAM: 4G, matlab r2010a 64bit), it just works really slow.... Then I found that it only uses 1 thread of 1 core to run.. It turns out that the program can only use 25% of the available CPU performance... And some of my colleagues have the same problem... So what can I do?

Thanks a lot :-)