conn_tcpip
使用 TCP/IP 协议在两个远程 MATLAB 主机之间进行 ASCII/二进制传输
conn_tcpip 管理 TCP/IP 客户端/服务器通信
命令:
conn_tcpip('open','server' [,PORT, PUBLICKEY]) : open TCP/IP port in local machine and waits for client to connect (default PORT=6111 KEY='')
If no PORT is entered, conn_tcpip will first attempt port 6111 and if that fails it will
2022-03-14 20:56:54
8KB
matlab
1