How to integrate matlab code with vb.net
7 次查看(过去 30 天)
显示 更早的评论
Hello,
I have written a MATLAB code that makes calculations based on inputs from a set of .xls excel files. I want to interface this code (create GUI) with VB.net (Visual Studio 2010). Note that the xls files i use would need to be updated using inputs in the GUI. Please help me in this regard
0 个评论
回答(2 个)
Dhanyatha
2014-6-30
The MATLAB code can be interfaced with VB.net application through a COM interface. Here is a simple example of how to call MATLAB functions from Microsoft Visual Basic client application.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!