Is it possible to use the MATLAB .NET interface to load a .NET assembly created with MATLAB Compiler SDK?
11 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2012 年 12 月 11 日
編集済み: MathWorks Support Team
2025 年 3 月 18 日
I have created a .NET assembly (DLL) with MATLAB Compiler SDK. I would like to load this library to the MATLAB workspace and call its functions. I would like to use NET.addAssembly to load the assembly. Is this supported?
採用された回答
MathWorks Support Team
2025 年 3 月 18 日
編集済み: MathWorks Support Team
2025 年 3 月 18 日
NET.addAssembly does not support assemblies generated by the MATLAB Compiler SDK™ product.
The limitation is stated in documentation NET.addAssembly.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!