This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843AOP: Sending TCP/IP of Occupancy Detection count through MATLAB

Part Number: IWR6843AOP

I am using Occupancy Counter Demo with IWR6843AOP.

Essentially I am wondering if there is a specific place in matlab code that would be good to send a tcp/ip write command to a remote host. Currently have been trying to write the "write" req on line 1113 below sprintf statements and also have tried on 1008 below the update entry/exit count statements. but with no luck my matlab code runs into an error on line 308 about an echo of a command. 

Any suggestions on how to send occupancy counter var to a remote host within this matlab script? I have made connection with remote host on other test scripts but for some reason am having trouble implementing through overhead_demo_disualizer_occupancy_counter.m file