Re: parrallel processing



Matt S wrote:
> Hello!
>
> I have encountered a problem witch takes many many iterations. I was
> wondering if there is any information on parallel computing. Ie
> running matlab on two or more processors? I have yet to find
> anything, mind you I have only started my search.
>
> any direction would be appreciated
>
> Matt

See the distributed computing toolbox, or Matlab MPI by MIT Lincoln Labs
I think. Alternatively it may be possible to write a multi-threaded MEX
function.
.