How to integrate matlab code with vb.net
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Dhanyatha
le 30 Juin 2014
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 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Compiler SDK dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!