C#プログラムからM​ATLABライブラリ​を呼び出す方法は?

C#プログラムからMATLABライブラリを呼び出す方法を教えていただきたいです
MATLAB Compiler SDKによってC/C++ライブラリに変換はできるのですが、インターフェースにmwArray形式が用いられてC#から呼び出せないと認識しています。解決方法はありますでしょうか?
ちなみに、我々はLinux環境での動作を想定しております。

 Respuesta aceptada

Kojiro Saito
Kojiro Saito el 24 de Nov. de 2021

1 voto

C#から呼び出すなら、MATLAB Compiler SDKで.NETアセンブリに変換してみたらいかがでしょうか。
開発マシンがWindowsである必要がありますが、配布先のマシンがLinuxでも.NET Coreのアプリケーションとして展開ができます。

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler SDK en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 24 de Nov. de 2021

Respondida:

el 24 de Nov. de 2021

Community Treasure Hunt

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

Start Hunting!