Coversion of visual c to matlab line
조회 수: 3 (최근 30일)
이전 댓글 표시
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution
댓글 수: 0
채택된 답변
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()
댓글 수: 0
추가 답변 (2개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!