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?
I compiled it successfully on Ubuntu 9.1.
However, it always fail compiling on Ubuntu 10.04.
Anyone tried compiling this on Ubuntu 10.04 or above and succeed?
Thanks
using the command "mex pnet.c ws2_32.lib" generates an error, and I'm not well-versed enough to find the problem by myself (I'm an intern).
Would it be possible for anyone to upload an x64-version?
Comment only