Documentation for .NET Assembly Libraries

1 回表示 (過去 30 日間)
vadim onuchin
vadim onuchin 2021 年 4 月 28 日
編集済み: vadim onuchin 2021 年 4 月 28 日
Hello.
I create dll from C# code in MS VS and add it in MATLAB:
c = NET.addAssembly(pathLibrary); % pathLibrary - path to my dll
RandomExport = RandomInterface.Random;
r = RandomExport.Rand();
So, I want to see help when I press F1 for my .NET functions and classes.
How I can do this?

回答 (0 件)

カテゴリ

Help Center および File ExchangeGetting Started with Microsoft .NET についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by