Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My problem is the following:

I need to make a simple simulation in matlab. Im a "client" that has two binary vectors A and B. At the same time I need to have 2 independent servers (in the same computer). Both servers need to contain another vector X.

I want to send my A vector to server1 and I want the server to calculate the innerproduct between vectors A ans X, and then send the result back to me.

My B vector I send to server2 and it should calculate the innerproduct between B and X, and then send the result back to me.

Can you please help me with the construction of the client and the servers. I've been looking everywhere for help....
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900