How can I convert a visual basic code into matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I convert a visual basic code into matlab?
theres a code which runs a spectrum analyzer through GPIB connection, I need to re program that into maltab,
thanks for the help!
Roxan
2 commentaires
Jack Marrelli
le 7 Oct 2016
If VB IS USED WON'T ONE HAVE TO HAVE THE VB ENGINE INSTALLED? Also changing the code would require VB ?
Walter Roberson
le 7 Oct 2016
If you were to follow Kaustubha Govind's suggestion of creating a COM component and calling it from MATLAB, then you would need the VB engine installed.
However, I believe the original poster was hoping that there was a program that could read in VB source and output equivalent MATLAB source that did not use VB at all.
Réponses (1)
Kaustubha Govind
le 16 Août 2012
You should probably just create a COM component from your Visual Basic code and call it from MATLAB. See Running VB code in Matlab.
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!