フィルターのクリア

Coversion of visual c to matlab line

2 ビュー (過去 30 日間)
Manoj Pai
Manoj Pai 2016 年 12 月 2 日
回答済み: Walter Roberson 2016 年 12 月 3 日
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution

採用された回答

Walter Roberson
Walter Roberson 2016 年 12 月 3 日
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()

その他の回答 (2 件)

James Tursa
James Tursa 2016 年 12 月 2 日
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 2016 年 12 月 3 日
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.

カテゴリ

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