フィルターのクリア

how to load a C# dll into a matlab project

11 ビュー (過去 30 日間)
alorenzom
alorenzom 2011 年 8 月 4 日
dear all, I'd like to run a matlab project that use a C# routine which is inside a C# dll. If it's possible, could you please give me an example? thanks a lot

採用された回答

Friedrich
Friedrich 2011 年 8 月 4 日
Hi, You have to use NET.addAssembly to load a .NET DLL into MATLAB:
After that you can communicate with that DLL.

その他の回答 (2 件)

Titus Edelhofer
Titus Edelhofer 2011 年 8 月 4 日
Hi,
yes it is. Take a look here:
web([docroot '/techdoc/matlab_external/brpb5k6.html'])
Titus
  1 件のコメント
alorenzom
alorenzom 2011 年 8 月 4 日
Dear Titus,
could you please gimme other details on how to use this documentation article. I tried to read it but I didn't understand how to exploit it for my purpose.
Thanks a lot in advance

サインインしてコメントする。


alorenzom
alorenzom 2011 年 8 月 4 日
Maybe my question is not clear.
I want to call from matlab a window (i.e. a form) which is implemented in a C# DLL.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by