Receive Matlab/simulink UDP blocks in other software

954 views Asked by At

Can we send Matlab/Simulink UDP blocks to other software like eclipse ? could eclipse read/use that for building android apps ? How should I do that ?

when sending data through UDP Send block of an xPC target it packed in binary I think , how can we on pack that in eclipse?

1

There are 1 answers

0
Aida E On BEST ANSWER

I simply built a simulink model and used udp send blocks to send the data . then in eclipse I wrote a client side to get the data from server and convert it from binary to ascii