Create TCP/IP client object to communicate over TCP/IP
t = tcpclient('
constructs
a TCP/IP object, Address
',Port
)t
, associated with remote host, Address
,
and remote port value, Port
. The address can be
either a remote host name or a remote IP address. The port must be
a positive integer between 1
and 65535
.
If an invalid address or port is specified, or the connection to the server cannot be established, the object will not be created.