I need to make a simple simulation in Matlab. It consists of me (the client) sending a binary vector b to a server. This server contains already a vector x. I want it to calculate the innerproduct between vectors b and x and send it back to me.
Is it possible to create different independent servers in matlab (in one computer) that can exchange information with each other? is Using TCP/IP Server Sockets a good idea?
Please help me