tcpclient: slow connection 2
古いコメントを表示
Previously
https://au.mathworks.com/matlabcentral/answers/1578545-tcpclient-slow-connection
Now, new version of matlab, and connecting to '127.0.0.1' is too slow as well:
>> echotcpip( 'on', 32313 )
>> tic; t = tcpclient( '127.0.0.1', 32313 ); toc
Elapsed time is 0.114947 seconds.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!