How to transfer a variable is a string?
example: varable data
I written: fprintf(tcpServer,data,'String')
But it show error:
Error using icinterface/fprintf (line 130)
FORMAT must be a string.
Error in tcp (line 5)
fprintf(tcpipServer,data,'String');
How can I fix it?
Question: How can I send data from matlab simulink with instrument control toolbox tcp/ip send/receive blocks , between 2 computers. What do I need to configure actually receive something on the remote computer
Can somebody pls let me know whether this "Instrumentation tool box" or "tcpip" function in MAtlab can be ued to read data received by the ethernet port?
Thank you.
Anuradha
Comment only