Documentation for .NET Assembly Libraries

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Getting 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