can i run a .m file from my visual basic application (not excel)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
david edwards jr
il 19 Nov 2018
Commentato: david edwards jr
il 20 Nov 2018
i have a vb application and would like to run a .m script file from the application itself. how can i do this or is it even possible. somehow i have to i think include a reference to matlab a a vb reference. thank you
david
0 Commenti
Risposta accettata
Guillaume
il 19 Nov 2018
On a computer that has matlab installed (and licensed), it's easy to call matlab functions from VB. See Matlab API for COM (COM is what you'll be using to talk to matlab) and in particular, the example Call Matlab function from VB.Net client.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!