Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はMonkeylogic(matlabの拡張)で作業していますが、より良い時間分解能を得るにはJavaサポートが必要ありません。また、イーサネット経由で別のコンプと通信する必要がありますが、matlab の tcpip コマンドには Java サポートが必要です。これを回避する方法はありますか?
C/C++ を使用できる場合は、クライアント/サーバー ソケット クラスを作成し、それを mex ファイルにコンパイルして、それらを使用して MatLab とやり取りすることができますが、Java よりもはるかに優れているとは言えません。