Filter löschen
Filter löschen

Coversion of visual c to matlab line

7 Ansichten (letzte 30 Tage)
Manoj Pai
Manoj Pai am 2 Dez. 2016
Beantwortet: Walter Roberson am 3 Dez. 2016
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Dez. 2016
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()

Weitere Antworten (2)

James Tursa
James Tursa am 2 Dez. 2016
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 am 3 Dez. 2016
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.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by