Main Content
writeread
Description
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.
Examples
Input Arguments
Version History
Introduced in R2020b