Write command to remote host over TCP/IP and read response
writes the ASCII text response
= writeread(t
,command
)command
followed by the terminator to the remote
host specified by the TCP/IP client t
, then reads the ASCII text
returned from the remote host. You can use this function to query the remote host. The
function suspends MATLAB® execution until the specified command
is sent to the
remote host and a response is received.