a method to call matlab code from a language programming

2 visualizaciones (últimos 30 días)
remos remos
remos remos el 20 de Mayo de 2014
Respondida: Image Analyst el 21 de Mayo de 2014
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

Respuestas (2)

A Jenkins
A Jenkins el 20 de Mayo de 2014
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 comentarios
A Jenkins
A Jenkins el 20 de Mayo de 2014
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.

Iniciar sesión para comentar.


Image Analyst
Image Analyst el 21 de Mayo de 2014
Try the Builder NE toolbox.

Categorías

Más información sobre Get Started with MATLAB Compiler SDK en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by