How to receive a UDP data stream in 2021a? I'm trying to use pnet, but it is an unrecognized function.
2 ビュー (過去 30 日間)
古いコメントを表示
I have code that ran on an older version of Matlab, which used the pnet command to receive a UDP data stream. The function pnet appears to be unrecognized in 2021a.
0 件のコメント
採用された回答
Akshat Gupta
2021 年 8 月 12 日
You can use dsp.UDPReceiver object to receive the data stream. Following is the documentation link for the same:
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!