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?
Is there anyway thta i can modify the code to pick the picture instead of random?? Can i use a gui with this code??
Some help with this thanks, my email is allanmcintron@yahoo.com.
Comment only