How can I convert a visual basic code into matlab?

6 ビュー (過去 30 日間)
Roxan T
Roxan T 2012 年 8 月 16 日
コメント済み: Walter Roberson 2016 年 10 月 7 日
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 件のコメント
Jack Marrelli
Jack Marrelli 2016 年 10 月 7 日
If VB IS USED WON'T ONE HAVE TO HAVE THE VB ENGINE INSTALLED? Also changing the code would require VB ?
Walter Roberson
Walter Roberson 2016 年 10 月 7 日
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.

サインインしてコメントする。

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2012 年 8 月 16 日
You should probably just create a COM component from your Visual Basic code and call it from MATLAB. See Running VB code in Matlab.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by