フィルターのクリア

Load .Net Assembly to use in Simulink

2 ビュー (過去 30 日間)
Pavel
Pavel 2023 年 7 月 27 日
回答済み: Animesh 2023 年 8 月 14 日
Hello,
I am trying to use another application whose API is only availble in .Net with Simulink.
I can load the assembly and use the methods using Matlab Interpreted function block, but it is quite slow and will be deprecated soon.
Embedded Matlab function doesn't support NET.addAssembly.
What are my options?
I suppose I can try to wrap the C# dll with C++ and create a s-function but this would be last resort.

回答 (1 件)

Animesh
Animesh 2023 年 8 月 14 日
Hello Pavel,
You can use InitFcn, PreLoadFcn or PostLoadFcn Callbacks to run your MATLAB Code to load the assembly or you can create a C++ S-Function to wrap the C# DLL.
Thanks,
Animesh Jha

カテゴリ

Help Center および File Exchange.NET Methods in MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by