How to open .dll file in MATLAB?

39 ビュー (過去 30 日間)
palak
palak 2022 年 11 月 17 日
回答済み: Bala Tripura Bodapati 2022 年 11 月 21 日
I am working on project which is based on C# in visual studio. I have some .dll file in project that i want to import and use .dll API in MATLAB.
Please can you guide me how can I import .dll in MATLAB and use API?
Thank you.

回答 (1 件)

Bala Tripura Bodapati
Bala Tripura Bodapati 2022 年 11 月 21 日
Hi Palak
It is my understanding that you would like to import a 'DLL' file created from C# in MATLAB.
You can use the 'NET.addAssembly' function to load the .dll file.
The following code illustrates the usage of the 'NET.addAssembly' function:
info = NET.addAssembly('full path to .dll file');
Refer the addAssembly documentation for more information.

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by