Error using tcpipmex: Too many output arguments
古いコメントを表示
I am trying to write a simple script to send data across sockets. My code is below:
test = 'String'; t = tcpip('127.0.0.1', 8000); fopen(t); fprintf(t, test); fclose(t);
I am getting an error with the tcpip line: "Error using tcpipmex. Too many output arguments"
Does anyone know why this error is occurring and how to resolve it? Thank you for your help.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で TCP/IP Communication についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!