MATLAB: Does MATLAB have any explicit functionality using sockets

cinterfaceMATLABmexsockets

I would like to perform inter-process communication between MATLAB and my other C-applications using sockets.

Best Answer

You can perform interprocess communciation between MATLAB and other applications with sockets using TCP/IP or UDP protocols. Instrument Control Toolbox offers the functionality to communicate using TCP/IP and UDP. For more information, you can refer to the Instrument Control Toolbox documentation.