フィルターのクリア

Inter-process communication with MATLAB

6 ビュー (過去 30 日間)
Matthew
Matthew 2012 年 7 月 13 日
Hi,
I'm looking for a way to pass data back and forth between a MATLAB program and Java program which are running simultaneously on the same server. The data that I shall be passing is both matrices and figures. The method I'm currently using is to poll files, but this is really quite inelegant and slow.
The server is running Linux, so I guess POSIX shared memory would be a possible solution (how do you implement this in MATLAB)? I would prefer something along the lines of named pipes or ports though.
I've read some stuff along the lines of how this kind of thing can be implemented using MEX files. I've never used these, but would be interested to learn if it is indeed the best way to do it. Please could someone point me in a good direction?
With many thanks,
Matthew.
  2 件のコメント
Walter Roberson
Walter Roberson 2012 年 7 月 13 日
Consider using tcp, either from the Instrument Control Toolbox or from the FEX submission "tcpudpip"
Malcolm Lidierth
Malcolm Lidierth 2012 年 7 月 15 日

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2012 年 7 月 16 日
Ask the FileExchange for FEX: "java tcp"?

カテゴリ

Help Center および File ExchangeInterface-Based Instrument Communication についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by