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

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

 Akzeptierte Antwort

Kojiro Saito
Kojiro Saito am 24 Nov. 2021

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021b

Community Treasure Hunt

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

Start Hunting!