MATLAB function into C# Windows Form Application
1 次查看(过去 30 天)
显示 更早的评论
I know there are webinars about developing MATLAB generated dll files for C# application.
My question is, can I create a dll file for C# fulling independent of MATLAB. Like If I send the file to someone who does not have MATLAB, is it of any use for them?
thanks
Ishaq
0 个评论
回答(1 个)
Friedrich
2011-8-5
Hi,
That’s the idea of the MATLAB Builder products. You have to ship the .NET DLL and the MCR which is shipped with the MATLAB Compiler. The MCR takes the part of MATLAB but doesn’t require any license or something else. You can find the location of MCR installer on your hard drive when typing mcrinstaller in MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!