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!