You'll not get very much from the picture as the TCP/IP server and the TCP/IP client are classes - everything is hidden / encapsulated. Server creates dedicated threat for the TCP/IP communication, the applications talks to the server through user events. The structure of the client is simpler but as MatLab is the TCP/IP client you can write something similar in MatLab. In MatLab reading / writing TCP/IP data is similar to reading / writing files or streams.

