3

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?

ronalchn
  • 12,225
  • 10
  • 51
  • 61
Aida E
  • 1,108
  • 2
  • 22
  • 40

1 Answers1

1

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

Aida E
  • 1,108
  • 2
  • 22
  • 40