Coversion of visual c to matlab line

I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution

 Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Dic. de 2016

0 votos

You can create some Mex interface code, or you can use loadlibrary() . If the existing code runs by itself and supports ActiveX then you can use activexserver()

Más respuestas (2)

James Tursa
James Tursa el 2 de Dic. de 2016

0 votos

Rather than converting the code, you might consider a mex solution:
https://www.mathworks.com/help/matlab/programming-interfaces-for-c-c-fortran-com.html
Manoj Pai
Manoj Pai el 3 de Dic. de 2016

0 votos

I have a application which supports ISO 15118 that runs c code and on other side there is a application with matlab code I need to integrate it.

Categorías

Etiquetas

Preguntada:

el 2 de Dic. de 2016

Respondida:

el 3 de Dic. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by