MATLAB: How can i send image using UDP in Matlab code

udp image send from matlab

I want to create UDP communication between Java and Matlab. Matlab is us a server and while Java is the client. The client asks to the server to image. How can I write a code in Matlab to send the image to the client?

Best Answer

If you have Instrument Control Toolbox, you can use this functionality:
- Sebastian