Convert from matlab script to vb script

5 ビュー (過去 30 日間)
technosh
technosh 2013 年 11 月 22 日
編集済み: Kan-Hua 2013 年 11 月 22 日
is there any way to convert my code in matlab to vb script ? I found solution that I can do it using API converting matlab code to API and use that API in vb script
any idea ?

回答 (1 件)

Kan-Hua
Kan-Hua 2013 年 11 月 22 日
編集済み: Kan-Hua 2013 年 11 月 22 日
I don't think there's any off-the-shelf product that allows you to convert matlab code to VB.
However, you can try convert your Matlab code to C using Matlab's code generator. Converting C or C# to VB seems more doable.
Another option is that you can try is calling your written Matlab function from VB, see this: http://www.mathworks.co.uk/help/matlab/matlab_external/call-a-matlab-function-from-visual-basic-net-client.html

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by