MATLABでToo​lboxを使わずにU​DP通信を行う方法

お世話になります。
MATLABアプリからUDP通信で、外部デバイスとデータの送受信を行いたいと思っております。 MATLABでUDP通信を行うにはどのような方法があるでしょうか?
「Instrument Control Toolbox」「DSP System Toolbox」等を使う方法があるようですが、Toolboxを使わずに実装する方法はありますか?
また、「A simple UDP communications application」(https://jp.mathworks.com/matlabcentral/fileexchange/24525-a-simple-udp-communications-application)を使う方法もあるようですが、Javaを利用しない方法が無いか知りたいです。
よろしくお願いいたします。

 Accepted Answer

Tohru Kikawada
Tohru Kikawada on 6 Sep 2018

0 votes

MATLAB CentralのFile Exchangeで検索したところいくつかUDP通信に関するコードが見つかりました。
Instrument Control ToolboxやDSP System Toolboxを使っていただきますと、MathWorksのサポートを活用いただけます。

More Answers (1)

koji fukumoto
koji fukumoto on 10 Sep 2018

0 votes

ご回答ありがとうございました。 今回は「シンプルなUDP通信」を行いたいので、 「A simple UDP communications application」を用いることにします。

Products

Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!