Documentation for .NET Assembly Libraries

3 vues (au cours des 30 derniers jours)
vadim onuchin
vadim onuchin le 28 Avr 2021
Modifié(e) : vadim onuchin le 28 Avr 2021
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?

Réponses (0)

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by