dsp.UDPReceiver shuts down MatLab
Hi
My MatLab (2019b) crashes when trying run the following lines:
hudpr = dsp.UDPReceiver(‘LocalIPPort’, 5010);
dataReceived= step(hudpr);
However, it runs without crashing in MatLab2013a.
Any suggestion to why it crashes?
Thanks
MarkusHi
My MatLab (2019b) crashes when trying run the following lines:
hudpr = dsp.UDPReceiver(‘LocalIPPort’, 5010);
dataReceived= step(hudpr);
However, it runs without crashing in MatLab2013a.
Any suggestion to why it crashes?
Thanks
Markus Hi
My MatLab (2019b) crashes when trying run the following lines:
hudpr = dsp.UDPReceiver(‘LocalIPPort’, 5010);
dataReceived= step(hudpr);
However, it runs without crashing in MatLab2013a.
Any suggestion to why it crashes?
Thanks
Markus udp MATLAB Answers — New Questions