Cluster machines with matlab9, which has the parallel toolbox:
From these machines, you can use the parallel toolbox to use the Distributed Computing Server (DCS). If your own computer has the parallel toolbox, you can set it up to use the DCS as well, but you must be in the lab, i.e. behind the firewall, in order to use it. There are 3 machines with 2.9GHz dual processors available for use with DCS through the parallel toolbox.
You now have 6 workers on 6 cores at your disposal.
The command matlabpool will start a worker pool using the default configuration with the pool size specified by that configuration. You can also specify the pool size using matlabpool open <poolsize>
Good introductions to DCS and parallel toolbox:
Files given to us in the presentation by Sarah and Angelo from Mathworks: http://www.shadlen.org/matlab/parallel_web_stuff
I ran the PhoneTowerScript.m from the parallelOptim folder from the above directory. I ran it first without matlabpool, and then ran matlabpool (using the DCS cluster as the pool) and ran it again. The process took 52 seconds on nina without the dcs pool, and 20 seconds with the pool.