Documentation for .NET Assembly Libraries
조회 수: 2 (최근 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
답변 (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!