From: Anders Karlsson on
"Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <i3rq0j$hqd$1(a)fred.mathworks.com>...
> Dear Anders,
>
> of course, you can run 3 instances of Matlab. Then you need a robust interprocess communication, which is not easy in Matlab. But you cannot run different threads in one Matlab session.
>
> Kind regards, Jan

This seems like a good solution. How do I share data between multiple Matlab processes? I'm thinking of memmap or maybe creating an UDP object but I don't know if this is the best way or how it will affect performance.

/Anders