a method to call matlab code from a language programming

4 ビュー (過去 30 日間)
remos remos
remos remos 2014 年 5 月 20 日
回答済み: Image Analyst 2014 年 5 月 21 日
hi, I want a method to call matlab code from a language programming vb.net, java, c # or php any video, documents, source code will be welcome thank you in advance

回答 (2 件)

A Jenkins
A Jenkins 2014 年 5 月 20 日
Have you looked at the MATLAB COM Automation Server ? There are several examples on the website. Or you can type
doc automation
Simple VB Code would look like this:
Dim Matlab As Object
Dim server_version As String
Matlab = CreateObject("matlab.application")
server_version = Matlab.Execute("version")
  3 件のコメント
A Jenkins
A Jenkins 2014 年 5 月 20 日
Another option is to convert your MATLAB code to standalone code, using MATLAB Coder or MATLAB Compiler, if you have access to these toolboxes and your code is compatible.
remos remos
remos remos 2014 年 5 月 21 日
thank you

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


Image Analyst
Image Analyst 2014 年 5 月 21 日
Try the Builder NE toolbox.

カテゴリ

Help Center および File ExchangeCOM Component Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by