Coversion of visual c to matlab line
3 views (last 30 days)
Show older comments
Manoj Pai
on 2 Dec 2016
Answered: Walter Roberson
on 3 Dec 2016
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution
0 Comments
Accepted Answer
Walter Roberson
on 3 Dec 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()
0 Comments
More Answers (2)
James Tursa
on 2 Dec 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
0 Comments
See Also
Categories
Find more on ActiveX in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!