Filter löschen
Filter löschen

How can I communicate between two instances of MATLAB on the same computer using UDP?

4 Ansichten (letzte 30 Tage)

I'm trying to communicate between two instances of MATLAB opened on the same computer using UDP. I opened the second instance of MATLAB using the following code:

!matlab &

I am somewhat familiar with the "udp()" function, but I'm not sure how to declare the remote ports as these seem to change each time I open MATLAB.

Any assistance is greatly appreciated!

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 19 Sep. 2017
You can ask udp() to use particular local ports so have one of the instances use port 32109 as its local port and have the other use 32108 as its local port and have each specify the other value as the remote port.

Weitere Antworten (0)

Kategorien

Mehr zu Instrument Control Toolbox 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!

Translated by