MATLAB: What solutions does matlab provide for IPC

ipc

I want to intagrate Matlab into an running tool, which needs process-datas. For creating the process-datas I want to use Matlab. So I have the need of an interface to connect the tool to matlab. Providing Files for data exchang would be possible, but not that dynamic. I wanna build something like a live-communication for my needs. Can you help?

Best Answer

See also the file exchange contribution sharedmatrix
MATLAB also has TCP and udp available.
On MS Windows it can use existing COM objects