Accessing a method and its operation written in C# .NET assembly using Matlab
3 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to access a method and its operation written in C# .NET assembly? I have a C# DLL file with many methods written to perform windows operations like importing project data, showing in tree view and sub catogories and soon..i can see classes and its methods names in workspace using .NET assembly syntax, but how can i use those methods and call them to do those specific operations from matlab? Please help.
0 件のコメント
採用された回答
Phillip
2014 年 11 月 19 日
Hi
Try looking at
doc NET
This section of the documentation shows you how to call .NET assemblies in Matlab. I have done this before provided that the dll is built in a particular way (Dependencies etc).
I won't be able to help you more than that. Not my area of expertise.
Regards, Phil
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!