-2

can we do a socket programing in MATLAb, ans also what to known the codes for using list box in GUI, when we made a code for transfer of data or a value from list box to edit box due to pressing of push button

1 Answers1

0

yes you can do.

you can use MPI-style programming to send data between the two MATLAB processes.You can use functions like

  labSend and labReceive 

to send and receive data.

also check this becz you required this Parallel Computing Toolbox and MATLAB Distributed Computing Server

more details go to here

Community
  • 1
  • 1
Sandy8086
  • 653
  • 1
  • 4
  • 14