How to receive a UDP data stream in 2021a? I'm trying to use pnet, but it is an unrecognized function.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Akshat Gupta
am 12 Aug. 2021
You can use dsp.UDPReceiver object to receive the data stream. Following is the documentation link for the same:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!