MATLAB EngineをMATLAB Runtimeで実行することはできるのでしょうか。
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
皆様
お疲れ様です。
.NETから変数を渡し、MATLAB Runtimeで計算を行い、計算結果を.NETに返したいと考えています。
この際、MATLAB EngineをMATALB Runtimeで実行することで.NETとMATLAB Runtimeの変数の受け渡しを行おうと考えているのですがMATLAB EngineをMATLAB Runtime上で用いることは可能なのでしょうか。
教えていただければ幸いです。
0 commentaires
Réponse acceptée
Kojiro Saito
le 28 Nov 2023
MATLABエンジンAPIはMATLAB Runtimeだけでは実行することができません。MATLAB環境が必要になります。
.NETから変数を渡してMATLAB Runtimeで計算するには、MATLAB Compiler SDKを使ってスクリプト(.mや.mlx)を.NET用のアセンブリにパッケージ化して統合させることで実現できます。
詳細はこちらをご参照ください。
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler SDK dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!